alarm class 정리

This commit is contained in:
logonkhi
2025-07-08 19:17:32 +09:00
parent 551a08e0fe
commit efffdb1ecc
38 changed files with 2483 additions and 1172 deletions

View File

@@ -93,7 +93,7 @@ namespace RTG
/// <summary>
/// Called every frame to perform all necessary updates. In this tutorial,
/// we listen to user input and take action.
/// we listen to user input and take HandleClick.
/// </summary>
private void Update()
{