(client) chore:Rearrange source file structure
This commit is contained in:
@ -1,15 +1,16 @@
|
||||
using Base;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
namespace Cell
|
||||
namespace Test
|
||||
{
|
||||
public class InitClock : MonoBehaviour
|
||||
{
|
||||
static float timer = 0;
|
||||
private static float timer = 0;
|
||||
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start()
|
||||
private void Start()
|
||||
{
|
||||
var clock= Clock.Instance;
|
||||
var clock = Clock.Instance;
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
@ -22,9 +23,9 @@ namespace Cell
|
||||
// if (timer > 1)
|
||||
// {
|
||||
// timer -= 1;
|
||||
// Debug.Log("<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD>ӳ<EFBFBD>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD>");
|
||||
// Debug.Log("<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD>ӳ<EFBFBD>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD>");
|
||||
// }
|
||||
// timer += Time.deltaTime;
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user