예제 #1
0
파일: States.cs 프로젝트: vadian/Novus
 public static Hunt GetState()
 {
     return _hunt ?? (_hunt = new Hunt());
 }