CapersProject/Assets/02.Scripts/Ui/Tycoon/RestaurantUpgradeUi.cs
Nam Tae Gun c2f8f02328 버그 및 로직 수정
+ GameManager CurrentCombatPlayer 버그 및 로직 수정
+ 타이탄 슬라임 스프라이트 변경
+ Tycoon action 추가
+ JumpSlam 스프라이트 형식으로 변경
+ Npc 레이어 추가
2024-06-08 02:31:08 +09:00

7 lines
107 B
C#

namespace BlueWater.Uis
{
public class RestaurantUpgradeUi : SwitchActionPopupUi
{
}
}