하트 소모 및 시간에 따른 하트 충전 시스템 구축

This commit is contained in:
aube.lee
2025-02-04 16:02:14 +09:00
parent b2dcd2ad01
commit a971567ffd
8 changed files with 937 additions and 9 deletions

View File

@@ -39,5 +39,11 @@ namespace TON
Debug.Log("OnClickPlayButton::::" + currentSelectStage);
}
public void OnClickTest()
{
Debug.Log("OnClickTest::::");
HeartDataManager.Singleton.UseHeart();
}
}
}