コード例 #1
0
 public abstract void Tick(ScheduledTask task);
コード例 #2
0
 void CameraTick(ScheduledTask task)
 {
     Camera.Tick(task.Interval);
 }