Before Rebuild NetProvider
This commit is contained in:
@@ -43,11 +43,12 @@ namespace BITKit
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void Start()
|
||||
public TimerTicker Start()
|
||||
{
|
||||
_deltaTime = 1f / TickRate;
|
||||
_timer.Interval = TimeSpan.FromSeconds(_deltaTime).TotalMilliseconds;
|
||||
_timer.Enabled = true;
|
||||
return this;
|
||||
}
|
||||
private void OnTick()
|
||||
{
|
||||
|
Reference in New Issue
Block a user