少年修仙传客户端代码仓库
lwb
2021-02-25 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a
System/Role/ReikiRootModel.cs
@@ -1,11 +1,11 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using UnityEngine;
using UnityEngine;
namespace Snxxz.UI
{
    [XLua.LuaCallCSharp]
    public class ReikiRootModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
    {
        Dictionary<int, int> m_ReikiRootPoints = new Dictionary<int, int>();
@@ -97,7 +97,7 @@
        public TreasureAddPoint treasureAddPoint { get; private set; }
        public readonly Redpoint redpoint = new Redpoint(101, 10103);
        public readonly Redpoint redpoint = new Redpoint(101, 10103);
        public event Action onCacheFreePointRefresh;
        public event Action onReikiRootPointRefresh;
@@ -807,6 +807,6 @@
        public int point;
    }
}
}