using System.Collections; using System.Collections.Generic; using UnityEngine; public class MapChoiceUI : BackKeyAdd { int ChoiceTab = 0; // 0 월드맵, 1 던전 public override void Set() { base.Set(); } }