mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-19 21:47:12 +08:00
(client) chore: Rename InitClock to ClockTest
This commit is contained in:
@@ -3,7 +3,7 @@ using UnityEngine;
|
|||||||
|
|
||||||
namespace Test
|
namespace Test
|
||||||
{
|
{
|
||||||
public class InitClock : MonoBehaviour
|
public class ClockTest : MonoBehaviour
|
||||||
{
|
{
|
||||||
private static float timer = 0;
|
private static float timer = 0;
|
||||||
|
|
||||||
Reference in New Issue
Block a user