Files
TEngine/Assets/ConfigStruct/AttrReg.cs
ALEXTANG 90ae4874a9 TEngine Commit 1.0.0
TEngine Commit 1.0.0
2022-05-20 23:19:50 +08:00

17 lines
394 B
C#

//
// Auto Generated Code By excel2json
// https://neil3d.gitee.io/coding/excel2json.html
// 1. 每个 Sheet 形成一个 Struct 定义, Sheet 的名称作为 Struct 的名称
// 2. 表格约定:第一行是变量名称,第二行是变量类型
// Generate From AttrReg.xlsx
public class AttrConfig
{
public int ID; // ID
public string Name; // 名称
}
// End of Auto Generated Code