namespace ET { public class LoadingFinishEvent_RemoveLoadingUI : AEvent { public override async ETTask Run(EventType.LoadingFinish args) { Game.Scene.GetComponent().Remove(UIType.UILoading); } } }