public static void EnterMap(this UILobbyComponent self) { EnterMapHelper.EnterMapAsync(self.ZoneScene()).Coroutine(); }
public static async ETTask EnterMap(this UILobbyComponent self) { await EnterMapHelper.EnterMapAsync(self.ZoneScene()); await UIHelper.Remove(self.ZoneScene(), UIType.UILobby); }
public static void EnterMap(this UILobbyComponent self) { MapHelper.EnterMapAsync("Map").Coroutine(); }