Exemple #1
0
 public void SendAirstrike(WPos target, bool randomize = true, int facing = 0)
 {
     ap.SendAirstrike(Self, target, randomize, facing);
 }
Exemple #2
0
 public Actor[] TargetAirstrike(WPos target, WAngle?facing = null)
 {
     return(ap.SendAirstrike(Self, target, facing));
 }