public abstract void Tick(ScheduledTask task);
示例#2
0
 void CameraTick(ScheduledTask task)
 {
     Camera.Tick(task.Interval);
 }