少年修仙传客户端代码仓库
lwb
2021-02-25 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a
System/Dungeon/DungeonUseBuffModel.cs
@@ -1,10 +1,10 @@
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Snxxz.UI
{
    [XLua.LuaCallCSharp]
    public class DungeonUseBuffModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
    {
        Dictionary<int, List<int>> m_UseBuffMaps = new Dictionary<int, List<int>>();
@@ -93,5 +93,5 @@
            }
        }
    }
}
}