コード例 #1
0
 public abstract void ScheduleUpdate(WorldUpdateBase update);
コード例 #2
0
 public override void ScheduleUpdate(WorldUpdateBase update)
 {
     update.Execute(this);
 }
コード例 #3
0
 public override void ScheduleUpdate(WorldUpdateBase update)
 {
     //do not actually schedule update as this is to be done at a later point on time. however TODO: updates still have to be stored
 }