An easy to use site to generate gencodes to inspect any CS2 skin
if (genLua) { Generator.LuaGenerator.Generate(Path.GetDirectoryName(file), outputDir, outputExt, parallel); } else { Generator.JsGenerator.Generate(Path.GetDirectoryName(file), outputDir, outputExt, parallel); } stopwatch2.Stop(); Console.WriteLine("Generator consume time: {0}s", stopwatch...