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