public abstract class ResizableGatePrefab : PrefabVariantInfo {
//more things above
private static Color24 color_t = new Color24(0,0,0);
public Block prefabBlock = new Block { RawColor = color_t };
//more things below
}
public abstract class ResizableGatePrefab : PrefabVariantInfo {
//more things above
private static Color24 color_t = new Color24(0,0,0);
public Block prefabBlock = new Block { RawColor = color_t };
//more things below
}