コード例 #1
0
ファイル: LoadDeck.cs プロジェクト: luuthevinh/yugioh-new-gen
 public static LoadDeck GetInstance()
 {
     if (instance == null)
     {
         instance = new LoadDeck();
     }
     return(instance);
 }
コード例 #2
0
ファイル: LoadDeck.cs プロジェクト: luuthevinh/yugioh-new-gen
 public static LoadDeck GetInstance()
 {
     if (instance == null)
         instance = new LoadDeck();
     return instance;
 }