예제 #1
0
 void Dequeue()
 {
     GameEngine.Current.DequeueOrder(this);
     CurrentOrder.Despawn();
     this.Despawn();
 }