Azmyth.Assets.Mobile.Mobile C# (CSharp) Method

Mobile() public method

public Mobile ( ) : System
return System
        public Mobile()
        {
            foreach(VectorID statID in Stats.Prototypes.Keys)
            {
                m_stats.Add(statID, Stats.Prototypes[statID].Clone());
            }
        }