(client) chore: Rename InitClock to ClockTest

This commit is contained in:
2025-07-12 22:06:38 +08:00
parent a918150f66
commit 579cdcae12
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;