Assets.Scripts.Scenes.Victory.LootItems.LootItemController.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        void Start()
        {
            lootItemsService = FindObjectOfType<LootItemService>();
            lootItemGroupTemplate.SetActive(false);
            ShowWonLootItems(lootItemsService.RecentlyWonLootItems);
        }
LootItemController