| | |
| | |
|
| | | public bool openFromTreasureSkill { get; set; }
|
| | |
|
| | | public bool reikiPointPromoteSymbol { get; set; }
|
| | |
|
| | | public readonly Redpoint redpoint = new Redpoint(101, 10103); |
| | |
|
| | | public event Action onCacheFreePointRefresh;
|
| | |
| | | m_ReikiRootFreePoints.Clear();
|
| | | isServerPrepare = false;
|
| | | resetReikiRootRecord = false;
|
| | | reikiPointPromoteSymbol = false;
|
| | | }
|
| | |
|
| | | public void OnPlayerLoginOk()
|
| | |
| | | RefreshRedpoint();
|
| | |
|
| | | if (freePoint > lastFreePoint && isServerPrepare
|
| | | && WindowCenter.Instance.IsOpen<AlchemyUseDrugWin>())
|
| | | && WindowCenter.Instance.IsOpen<AlchemyUseDrugWin>()
|
| | | && reikiPointPromoteSymbol)
|
| | | {
|
| | | ReikiRootPointPromoteWin.point = new Int2(lastFreePoint, freePoint);
|
| | | WindowCenter.Instance.Open<ReikiRootPointPromoteWin>();
|
| | | }
|
| | | lastFreePoint = freePoint;
|
| | | reikiPointPromoteSymbol = false;
|
| | | break;
|
| | | }
|
| | | }
|