Example #1
0
 public static void EnterMap(this UILobbyComponent self)
 {
     EnterMapHelper.EnterMapAsync(self.ZoneScene()).Coroutine();
 }
Example #2
0
        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();
 }