update process DebuggerProxy

This commit is contained in:
Mikhail 2024-03-09 23:20:38 +08:00
parent 614e2faeae
commit 9e70cabd1a

View File

@ -538,7 +538,7 @@ namespace DCFApixels.DragonECS
{ {
get get
{ {
return _process._systems.Cast<IEcsProcess>().Select(o => o.GetMeta()); return _process._systems.Cast<IEcsProcess>().Select(o => o.GetMeta()).ToArray();
} }
} }
public int Count public int Count
@ -640,7 +640,7 @@ namespace DCFApixels.DragonECS
{ {
get get
{ {
return _process._systems.Select(o => o.GetMeta()); return _process._systems.Select(o => o.GetMeta()).ToArray();
} }
} }
public int Count public int Count