(client) chore: Rename InitClock
to ClockTest
This commit is contained in:
@ -3,7 +3,7 @@ using UnityEngine;
|
||||
|
||||
namespace Test
|
||||
{
|
||||
public class InitClock : MonoBehaviour
|
||||
public class ClockTest : MonoBehaviour
|
||||
{
|
||||
private static float timer = 0;
|
||||
|
Reference in New Issue
Block a user