Beispiel #1
0
    public void Display(int skillId)
    {
        var config = SkillConfig.Get(skillId);

        m_Icon.SetSprite(config.icon);
    }