public abstract void Tick(ScheduledTask task);
Exemplo n.º 2
0
 void CameraTick(ScheduledTask task)
 {
     Camera.Tick(task.Interval);
 }