상점씬 코드 추가
This commit is contained in:
@@ -19,6 +19,7 @@ namespace TON
|
|||||||
}
|
}
|
||||||
|
|
||||||
UIManager.Show<ShopUI>(UIList.ShopUI);
|
UIManager.Show<ShopUI>(UIList.ShopUI);
|
||||||
|
UIManager.Show<OptionUI>(UIList.OptionUI);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override IEnumerator OnEnd()
|
public override IEnumerator OnEnd()
|
||||||
@@ -26,6 +27,7 @@ namespace TON
|
|||||||
yield return null;
|
yield return null;
|
||||||
|
|
||||||
UIManager.Hide<ShopUI>(UIList.ShopUI);
|
UIManager.Hide<ShopUI>(UIList.ShopUI);
|
||||||
|
UIManager.Hide<OptionUI>(UIList.OptionUI);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user