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