Rename InitClock to ClockTest #15

Merged
TheRedApricot merged 1 commits from :main into main 2025-07-12 22:07:57 +08:00
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ using UnityEngine;
namespace Test
{
public class InitClock : MonoBehaviour
public class ClockTest : MonoBehaviour
{
private static float timer = 0;