LongoMatch.Core.Store.ScoreEventType.ScoreEventType C# (CSharp) Méthode

ScoreEventType() public méthode

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