Assets.Scripts.Services.LootItems.LootItemService.LoginSuccessEventHandler C# (CSharp) 메소드

LoginSuccessEventHandler() 개인적인 메소드

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