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

ScoreEventType() public method

public ScoreEventType ( ) : System
return System
        public ScoreEventType()
        {
            ID = Constants.ScoreID;
            Name = Catalog.GetString ("Score");
        }