Azmyth.Assets.Player.RemoveStat C# (CSharp) Method

RemoveStat() public method

public RemoveStat ( IStat stat ) : void
stat IStat
return void
        public void RemoveStat(IStat stat)
        {
            m_stats.Remove(stat.ID);
        }