コード例 #1
0
ファイル: PromotionManager.cs プロジェクト: ue96/ue96
 public static PromotionManager GetInstance()
 {
     if (_instance == null)
       {
       _instance = new PromotionManager();
       }
       return _instance;
 }