static void GenerateCode() { var outputPath = "Assets/Generated"; NamesCodeGenerator.GenerateNamesCodes(outputPath, "Names", true); }
static void GenerateSimpleCode() { var outputPath = "Assets/Generated"; NamesCodeGenerator.GenerateConstStaticClasses(outputPath, "Names.Simple"); }