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