예제 #1
0
 protected override void RemovePreparation()
 {
     base.RemovePreparation();
     itemComponent = null;
     if (stageComponent != null)
     {
         stageComponent.RemoveEventItem(eventID);
     }
 }