コード例 #1
0
        public PlayerStatistics()
        {
            stocks = new List<StockStatistics>();
            CurrentStock = new StockStatistics();
            stocks.Add(CurrentStock);

            comboStrings = new List<ComboString>();
            recoveries = new List<Recovery>();
        }
コード例 #2
0
        public PlayerStatistics()
        {
            stocks       = new List <StockStatistics>();
            CurrentStock = new StockStatistics();
            stocks.Add(CurrentStock);

            comboStrings = new List <ComboString>();
            recoveries   = new List <Recovery>();
        }