Exemplo n.º 1
0
 public void DisablePlanetEntry()
 {
     canEnterPlanet = false;
     planetToEnter  = null;
 }
Exemplo n.º 2
0
 public void EnablePlanetEntry(PlanetEntry entry)
 {
     canEnterPlanet = true;
     planetToEnter  = entry;
 }