(client)chore:将维度区分独立,将加载页面独立,降低代码耦合,写了更好看的注释
This commit is contained in:
@ -11,7 +11,6 @@ namespace Utils
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
Debug.LogWarning($"{typeof(T)} [{GetInstanceID()}] Awake");
|
||||
if (isGlobal)
|
||||
{
|
||||
if (_instance is not null && _instance != gameObject.GetComponent<T>())
|
||||
|
Reference in New Issue
Block a user