コード例 #1
0
ファイル: BoltWarper.cs プロジェクト: fanliaokeji/lvdun
 public static BoltWarper Instance()
 {
     if(theOne == null)
     {
         theOne = new BoltWarper();
     }
     return theOne;
 }
コード例 #2
0
ファイル: BoltWarper.cs プロジェクト: qjxkid/BOLT_SDK
 public static BoltWarper Instance()
 {
     if (theOne == null)
     {
         theOne = new BoltWarper();
     }
     return(theOne);
 }