namespace ET { public class EnterMapFinish_RemoveLobbyUI: AEvent { public override async ETTask Run(EventType.EnterMapFinish args) { Game.Scene.GetComponent().Remove(UIType.UILobby); } } }