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

GetValue() public méthode

public GetValue ( VectorID statID ) : int
statID VectorID
Résultat int
        public int GetValue(VectorID statID)
        {
            return m_stats[statID].Value;
        }