Ejemplo n.º 1
0
 public static void EnterMap(this UILobbyComponent self)
 {
     EnterMapHelper.EnterMapAsync(self.ZoneScene()).Coroutine();
 }
Ejemplo n.º 2
0
        public static async ETTask EnterMap(this UILobbyComponent self)
        {
            await EnterMapHelper.EnterMapAsync(self.ZoneScene());

            await UIHelper.Remove(self.ZoneScene(), UIType.UILobby);
        }
Ejemplo n.º 3
0
 public static void EnterMap(this UILobbyComponent self)
 {
     MapHelper.EnterMapAsync("Map").Coroutine();
 }