대장간을 이용한 업그레이드 기능 추가
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user