示例#1
0
        public static void GenCodeByFile()
        {
            var file = ProtobufUtility.LoadTextFile <gamedef.CodeGenFile>("Assets/Script/CodeGen/ui.pbt");

            GenCodeByManifest(file);
        }