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:
21
Assets/ConfigStruct/BuffConfig.cs
Normal file
21
Assets/ConfigStruct/BuffConfig.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// Auto Generated Code By excel2json
|
||||
// https://neil3d.gitee.io/coding/excel2json.html
|
||||
// 1. 每个 Sheet 形成一个 Struct 定义, Sheet 的名称作为 Struct 的名称
|
||||
// 2. 表格约定:第一行是变量名称,第二行是变量类型
|
||||
|
||||
// Generate From BuffConfig.xlsx
|
||||
|
||||
public class BuffConfig
|
||||
{
|
||||
public int BuffID; // BuffID
|
||||
public int BuffType; // BuffType
|
||||
public float BuffValue; // Buff数值
|
||||
public float BuffValue2; // Buff数值2
|
||||
public string BuffName; // Buff名称
|
||||
public int HandleState; // 生效阶段
|
||||
public int CanAddBuff; // 可否叠加
|
||||
}
|
||||
|
||||
|
||||
// End of Auto Generated Code
|
Reference in New Issue
Block a user