Пример #1
0
        public Actor[] TargetParatroopers(WPos target, WAngle?facing = null)
        {
            var actors = pp.SendParatroopers(Self, target, facing);

            return(actors.First);
        }
Пример #2
0
 public Actor[] SendParatroopers(WPos target, bool randomize = true, int facing = 0)
 {
     return(pp.SendParatroopers(Self, target, randomize, facing));
 }
Пример #3
0
        public Actor[] ActivateParatroopers(WPos target, int facing = -1)
        {
            var actors = pp.SendParatroopers(Self, target, facing);

            return(actors.First);
        }