示例#1
0
 public override void OnDrawBTGizmos(AITankControl tank)
 {
     if (selected)
     {
         selected.OnDrawBTGizmos(tank);
     }
 }