Example #1
0
 public Timer(Time Time)
 {
     this.Time = Time;
 }
Example #2
0
 internal void StartTimer(Time Time, int Seconds)
 {
     this.Time         = Time;
     this.TotalSeconds = Seconds;
     this.StartSubTick = this.Time.ClientSubTick;
 }