| | |
| | | using Snxxz.UI;
|
| | |
|
| | | //功能预告红点
|
| | | public class FeatureNoticeModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
|
| | | public class FeatureNoticeModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk,ISwitchAccount
|
| | | {
|
| | | public List<FunctionForecastConfig> FunctionList = new List<FunctionForecastConfig>();
|
| | | private const int Redpoint_key1 = 38;
|
| | |
| | | public override void UnInit()
|
| | | {
|
| | |
|
| | | }
|
| | | public void OnSwitchAccount()
|
| | | {
|
| | | OpenFuncId = 0;
|
| | | RedPointChange = false;
|
| | | IsRedPoint = false;
|
| | | }
|
| | | private void treasureStageUpEvent(int obj)
|
| | | {
|
| | |
| | | var mapConfig = Config.Instance.Get<MapConfig>(mapId);
|
| | | return mapConfig != null && mapConfig.MapFBType != 0;
|
| | | }
|
| | |
|
| | | |
| | | } |
| | | |
| | | |