diff --git a/CodeGenerator/Program.cs b/CodeGenerator/Program.cs index b313957..58be9cf 100644 --- a/CodeGenerator/Program.cs +++ b/CodeGenerator/Program.cs @@ -21,7 +21,8 @@ namespace CodeGenerator { private const string OutPath = @"GeneratedOutput"; private const string Namespace = "BlendFile"; private static HashSet _customTypes; - + private static readonly string[] ListLenghtStr = {"count", "length", "size"}; + private static void Log(string message) { Sb.AppendLine(message); Console.WriteLine(message);