Assets.Scripts.Services.LootItems.LootItemService.LoginSuccessEventHandler C# (CSharp) Method

LoginSuccessEventHandler() private method

private LoginSuccessEventHandler ( LoginResultDTO loginResultDTO ) : void
loginResultDTO Assets.Scripts.Services.Communication.DTOs.Inbound.LoginResultDTO
return void
        private void LoginSuccessEventHandler(LoginResultDTO loginResultDTO)
        {
            lootItems.Clear();
            AddLootItems(loginResultDTO.items);
            recentlyWonLootItems.Clear();
        }