// Automatically generated by BlenderSharp at 22/01/2025 02:21:57 namespace BlendFile.DNA { public struct MPropCol { public float[] color = new System.Single[4]; public MPropCol(float[] color) { this.color = color; } } }