LongoMatch.Core.Store.Score.Score C# (CSharp) Method

Score() public method

public Score ( string name, int points ) : System
name string
points int
return System
        public Score(string name, int points)
        {
            Name = name;
            Points = points;
            Color = Color.Red;
        }

Same methods

Score::Score ( ) : System
Score