| | |
| | | public const int DUNGEON_MAPID = 31340;
|
| | |
|
| | | GatherSoulDungeonHelp m_Mission;
|
| | | public GatherSoulDungeonHelp mission
|
| | | {
|
| | | public GatherSoulDungeonHelp mission {
|
| | | get { return m_Mission; }
|
| | | private set
|
| | | {
|
| | | private set {
|
| | | m_Mission = value;
|
| | | }
|
| | | }
|
| | |
| | | {
|
| | | }
|
| | |
|
| | | public int GetAttackDefendSurplusCount()
|
| | | {
|
| | | var count = GetDefendNpcCount(attckDefendNpcId);
|
| | | return attackDefendCountLimit - count;
|
| | | }
|
| | |
|
| | | public int GetIceDefendSurplusCount()
|
| | | {
|
| | | var count = GetDefendNpcCount(iceDefendNpcId);
|
| | | return iceDefendCountLimit - count;
|
| | | }
|
| | |
|
| | | void ParseConfig()
|
| | | {
|
| | | var funcConfig = Config.Instance.Get<FuncConfigConfig>("GatherSoulDungeon");
|