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