mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
TEngine Commit 1.0.0
TEngine Commit 1.0.0
This commit is contained in:
16
Assets/ConfigStruct/AttrReg.cs
Normal file
16
Assets/ConfigStruct/AttrReg.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// 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
|
Reference in New Issue
Block a user