예제 #1
0
 protected override void PrepareForAction()
 {
     base.PrepareForAction();
     if (stageComponent != null)
     {
         npcRemoved = stageComponent.RemoveNonPlayableCharacter(agentID);
     }
 }