preinittextid.cs.tpl 264 B

1234567891011
  1. /*
  2. * 本文件通过程序自动从生成,将勿直接修改。
  3. */
  4. namespace gameplay {
  5. public class PreInitTextID {
  6. {{- range .Rows}}
  7. public static string {{.MustGetColValue "KeyName" | printf "%-30s"}} = "{{.MustGetColValue "KeyName"}}";
  8. {{- end}}
  9. }
  10. }