コード例 #1
0
ファイル: States.cs プロジェクト: vadian/Novus
 public static Hunt GetState()
 {
     return _hunt ?? (_hunt = new Hunt());
 }