Esempio n. 1
0
 public static RockManager getInstance()
 {
     if (instance == null)
     {
         instance = new RockManager();
     }
     return(instance);
 }
Esempio n. 2
0
 public void restart()
 {
     instance = null;
 }