Esempio n. 1
0
 public void clear()
 {
     instance = null;
 }
Esempio n. 2
0
 public static ScoreManager Instance()
 {
     if (instance == null)
         instance = new ScoreManager();
     return instance;
 }