(client) feat:实现角色生成渲染树

This commit is contained in:
m0_75251201
2025-07-14 11:42:02 +08:00
parent 5aaf13e169
commit a07c4a2bc1
4 changed files with 115 additions and 2 deletions

View File

@ -7,7 +7,7 @@ namespace Test
public class TestDefine : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
void Awake()
{
Managers.DefineManager.Instance.Init();
Debug.Log(Managers.DefineManager.Instance);