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