예제 #1
0
파일: stats.cs 프로젝트: tstein/rope
 public static Stats Instance()
 {
     if (instance == null) {
         instance = new Stats();
     }
     return instance;
 }