LongoMatch.Core.Store.ScoreEventType.ScoreEventType C# (CSharp) 메소드

ScoreEventType() 공개 메소드

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