업그레이드를 위한 클릭 시, 공격이 나가지 않도록 함
This commit is contained in:
@@ -87,6 +87,9 @@ namespace Northbound
|
||||
|
||||
private void OnAttack(InputAction.CallbackContext context)
|
||||
{
|
||||
// UI가 열려있으면 액션 실행 안 함
|
||||
if (UpgradeListPopup.IsOpen) return;
|
||||
|
||||
ExecuteAction("Attack");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user