Example #1
0
 public void Draw(Player player)
 {
     DrawEntities.DrawAircraft(player.Boundary, _rotation);
 }
Example #2
0
 public override void Draw()
 {
     DrawEntities.DrawAircraft(Boundary, 0f);
 }