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

@@ -23,6 +23,9 @@ namespace TON
public string stageId;
private SerializableDictionary<string, StageClearData> bestStageClearDict = new SerializableDictionary<string, StageClearData>();
/// <summary>
/// 스테이지 1개 축소 및 게임 장르 변경으로 아래 메소드 사용하지 않음음
/// </summary>
public void Initalize(string stageId)
{
this.stageId = stageId;