Exemplo n.º 1
0
        public async Task Init()
        {
            await Loaders.Load();

            await Localization.Init();

            GoodState = new GoodState(await Loaders.GoodsLoader.Load());
            Countries = Country.GetAllCountries(this);
            Buildings = Building.Bootstrap(this, await Loaders.BuildingLoader.Load());
        }