// Allows the Button child of this GameObject to call a static method
 public void StartGame()
 {
     AsteraX.StartGame();
 }