Exemple #1
0
 public static GameController getInstance()
 {
     if (instance == null){
         instance = new GameController();
     }
     return instance;
 }