Пример #1
0
        public static void ApplyColors(BuildTool_BlueprintPaste tool, Color[] colors)
        {
            PlatformSystem system = tool.factory.platformSystem;

            Array.Copy(colors, system.reformCustomColors, 16);
            system.RefreshColorsTexture();
        }