Esempio n. 1
0
File: stats.cs Progetto: tstein/rope
 public static Stats Instance()
 {
     if (instance == null) {
         instance = new Stats();
     }
     return instance;
 }