fix: 캐릭터 최초 생성 시에 발생하는 exception 처리

This commit is contained in:
aube.lee
2025-02-17 10:03:23 +09:00
parent d6975c623f
commit e64919215b
10 changed files with 45 additions and 55 deletions

View File

@@ -18,7 +18,8 @@ namespace TON
public HeartData(int characterId)
{
this.characterId = characterId;
// currentHearts = maxHearts;
currentHearts = 3;
lastHeartTime = null;
}
}