Пример #1
0
 public static Stats Instance()
 {
     if (instance == null) {
         instance = new Stats();
     }
     return instance;
 }