docs: 게임데이터 메타 클래스 주석 추가
This commit is contained in:
@@ -8,7 +8,9 @@ namespace TON
|
||||
[System.Serializable]
|
||||
public class HeartData
|
||||
{
|
||||
// 캐릭터 아이디
|
||||
public int characterId;
|
||||
// 현재 하트 개수
|
||||
public int currentHearts;
|
||||
public int maxHearts = 3;
|
||||
public int heartRechargeTime = 600; // 10분
|
||||
|
||||
Reference in New Issue
Block a user