コード例 #1
0
        public static bool Initialize()
        {
            Instance = new TradeManager();

            return true;
        }
コード例 #2
0
ファイル: TradeManager.cs プロジェクト: topblast/Estrella
        public static bool Initialize()
        {
            Instance = new TradeManager();

            return(true);
        }