示例#1
0
 public void Alert(Vector3 point, int priority)
 {
     if (MyBrain)
     {
         MyBrain.Alert(point, priority);
     }
 }