示例#1
0
文件: States.cs 项目: vadian/Novus
 public static Hunt GetState()
 {
     return _hunt ?? (_hunt = new Hunt());
 }