2026-06-02 세팅오류, 죽을시 다시 시작

This commit is contained in:
nj
2026-06-02 11:56:50 +09:00
parent 2e7ddb5fb4
commit 2a1b1ff0dc
16 changed files with 117 additions and 117 deletions

View File

@@ -119,6 +119,12 @@ public void EquipSlot(int slotIndex)
OnInventoryChanged?.Invoke();
}
public void ClearWeaponInven()
{
_weapons.Clear();
OnInventoryChanged?.Invoke();
}
// 디버그용: 슬롯에 해당 무기가 있는지 확인.
public bool HasWeaponInSlot(int slotIndex)
{