This commit is contained in:
xinkl
2025-11-09 13:26:17 +08:00
parent 15515d7393
commit befd15e1a3
25 changed files with 1213 additions and 42 deletions

View File

@@ -25,6 +25,7 @@ namespace A2W
if (objs.Length > 0)
{
_instance = objs[0];
DontDestroyOnLoad(_instance);
if (objs.Length > 1)
{
for (var i = 1; i < objs.Length; i++)