| | |
| | |
|
| | | public const int Client_MapID = 2000;
|
| | |
|
| | | public const int DEMONKINGMAPID1 = 22030;
|
| | | public const int DEMONKINGMAPID2 = 32030;
|
| | |
|
| | | public event Action onPlayerInfoRefresh;
|
| | |
|
| | | HazyRegionModel hazyRegionModel { get { return ModelCenter.Instance.GetModel<HazyRegionModel>(); } }
|
| | |
| | | var configs = HazyRegionConfig.GetValues();
|
| | | foreach (var config in configs)
|
| | | {
|
| | | if (config.incidentType == (int)HazyRegionIncidentType.Boss
|
| | | if (config.incidentType == (int)HazyRegionIncidentType.DemonKing
|
| | | && config.dungeonId == mapId)
|
| | | {
|
| | | return true;
|