mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update ResConfigUtil.cs
This commit is contained in:
@@ -217,7 +217,7 @@ public class BufferMgr : Singleton<BufferMgr>
|
||||
|
||||
public BufferMgr()
|
||||
{
|
||||
m_dictBaseConfig = ResConfigUtil.ReadConfigRes<BuffConfig>("BuffConfig");
|
||||
m_dictBaseConfig = ResConfigUtil.ReadConfigRes<BuffConfig>();
|
||||
}
|
||||
|
||||
public Dictionary<string, BuffConfig> GetBuffConfig()
|
||||
|
Reference in New Issue
Block a user