using Luban.Job.Cfg.Defs; using Luban.Job.Common.Generate; using Luban.Job.Common.Utils; using System.Collections.Generic; namespace Luban.Job.Cfg.Generate { [Render("code_cs_unity_json")] class CsCodeUnityJsonRender : TemplateCodeRenderBase { protected override string CommonRenderTemplateDir => "cs"; protected override string RenderTemplateDir => "cs_unity_json"; } }