대장간을 이용한 업그레이드 기능 추가

This commit is contained in:
2026-02-23 16:55:32 +09:00
parent 840ddc1c2c
commit e841438997
48 changed files with 1189 additions and 490 deletions

View File

@@ -143,6 +143,10 @@ namespace Northbound
Debug.Log($"<color=green>[PlayerUpgradeManager] 업그레이드 '{upgrade.memo}' 구매 완료! (ID: {upgradeId})</color>");
// 스탯 변경 확인
var playerStats = GetComponent<PlayerStats>();
playerStats?.PrintCurrentStats();
// 이벤트 발생
OnUpgradePurchased?.Invoke(upgradeId);
}