(client) feat:添加测试用定义

This commit is contained in:
m0_75251201
2025-07-13 08:56:33 +08:00
parent 820a3cfe32
commit f04be7bb79
29 changed files with 104 additions and 8 deletions

View File

@ -0,0 +1,23 @@
using UnityEngine;
namespace Test
{
public class TestDefine : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
Managers.DefineManager.Instance.Init();
Debug.Log(Managers.DefineManager.Instance);
}
// Update is called once per frame
void Update()
{
}
}
}

View File

@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 147e91e6929d90a4fb877c0b0a6b608c