Azmyth.Assets.Player.GetValue C# (CSharp) 메소드

GetValue() 공개 메소드

public GetValue ( VectorID statID ) : int
statID VectorID
리턴 int
        public int GetValue(VectorID statID)
        {
            return m_stats[statID].Value;
        }