Azmyth.Assets.Player.Player C# (CSharp) Méthode

Player() public méthode

public Player ( ) : System
Résultat System
        public Player()
        {
            foreach(VectorID statID in Stats.Prototypes.Keys)
            {
                m_stats.Add(statID, Stats.Prototypes[statID].Clone());
            }
        }