Example #1
0
 public void DisablePlanetEntry()
 {
     canEnterPlanet = false;
     planetToEnter  = null;
 }
Example #2
0
 public void EnablePlanetEntry(PlanetEntry entry)
 {
     canEnterPlanet = true;
     planetToEnter  = entry;
 }