Exemplo n.º 1
0
 public Bee(string nom,Coordonnees coor)
     : base("Abeille", EGame.Honeyland, new TextureBee())
 {
     SetCoordonnees(coor);
     Etat = new Etat_Free();
 }
Exemplo n.º 2
0
 public Bee(string nom, Coordonnees coor)
     : base("Abeille", EGame.Honeyland, new TextureBee())
 {
     SetCoordonnees(coor);
     Etat = new Etat_Free();
 }