1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- // Auto Generated Code By excel2json
- // Generate From Excel\DaoyouConfig.xlsx. SheetName: DaoyouguajiResourcLevel
- using System;
- using Fort23.GameData;
- namespace Excel2Json
- {
- [Config(prefab = "DaoyouguajiResourcLevel.json")]
- public partial class DaoyouguajiResourcLevelHolder : ConfigHolder<DaoyouguajiResourcLevel>
{
- }
- [Serializable]
- public struct DaoyouguajiResourcLevel : IConfig
{
- public int GetID() {return ID;}
- /// <summary>
- ///ID
- /// </summary>
- #if !COMBAT_SERVER
- public int ID;
- #else
- public int ID{ set; get; }
- #endif
-
- /// <summary>
- ///玩家修为产出
- /// </summary>
- #if !COMBAT_SERVER
- public int para1;
- #else
- public int para1{ set; get; }
- #endif
-
- /// <summary>
- ///铜钱产出
- /// </summary>
- #if !COMBAT_SERVER
- public int para2;
- #else
- public int para2{ set; get; }
- #endif
-
- /// <summary>
- ///功法灵气
- /// </summary>
- #if !COMBAT_SERVER
- public int para3;
- #else
- public int para3{ set; get; }
- #endif
-
- /// <summary>
- ///法宝灵韵
- /// </summary>
- #if !COMBAT_SERVER
- public int para4;
- #else
- public int para4{ set; get; }
- #endif
-
- /// <summary>
- ///赠与概率
- /// </summary>
- #if !COMBAT_SERVER
- public int para5;
- #else
- public int para5{ set; get; }
- #endif
-
- }
- }
- // End of Auto Generated Code
|