예제 #1
0
    public void PrintStat()
    {
        int i = 0;

        foreach (var item in _curStats.Values)
        {
            DivineDebug.LogFormat("Name : {0}      Final Health : {1}", _monikers[_curStats.Keys.ElementAt(i++)], item.hp);
        }
    }