Example #1
0
 public Betasoide()
 {
     Strategy      = new StrategyHorario();
     Nombre        = "Betasoide";
     Velocidad     = 3;
     Distancia     = 2000;
     AnguloInicial = 0;
 }
Example #2
0
 public Ferengi()
 {
     Strategy      = new StrategyHorario();
     Nombre        = "Ferengi";
     Velocidad     = 1;
     Distancia     = 500;
     AnguloInicial = 0;
 }