Electric_Potatoe_TD.DataCenter.DataCenter C# (CSharp) Method

DataCenter() public method

public DataCenter ( Game1 game ) : System
game Game1
return System
        public DataCenter(Game1 game)
        {
            _origin = game;
            _bestiaire = new Bestiaire(this);
            _towerdata = new TowerData(this);
            _statut = DataCenter_statut.Main;
        }