Exemplo n.º 1
0
 public airplane(map map)
 {
     this.map            = map;
     collisionDangerWith = new List <iAirplane>();
 }