예제 #1
0
 public void Execute(AIAction action)
 {
     if (m_actor != null)
     {
         m_actor.Execute(action);
     }
 }