feat: 주석 추가 및 기본 하트 충전시간 조정

This commit is contained in:
aube.lee
2025-02-26 11:36:07 +09:00
parent a796cceed8
commit 467245ff90
3 changed files with 6 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ namespace TON
private int characterId;
public int maxHearts = 3;
public int heartRechargeTime = 600;
public int heartRechargeTime = 360; // 하트 충전 시간 6분
public int GetCurrentHearts() => currentHeartData.currentHearts;
public DateTime GetLastHeartTime() => DateTime.Parse(currentHeartData.lastHeartTime);