Class GameManagerSingleton

java.lang.Object
wizardquest.gamemanager.GameManagerSingleton

public class GameManagerSingleton extends Object
Provides global access to the game manager.
  • Method Details

    • getInstance

      public static GameManagerInterface getInstance()
      Provides a reference to the game manager.
      Returns:
      a reference to the game manager singleton.