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

Timer() public method

public Timer ( ) : System
return System
        public Timer()
        {
            Nodes = new List<TimeNode> ();
            Team = TeamType.NONE;
        }