mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
update DebuggerProxy
This commit is contained in:
parent
e2b35ee860
commit
a53ce3cd50
@ -662,6 +662,7 @@ namespace DCFApixels.DragonECS
|
|||||||
{
|
{
|
||||||
get { return _process.Length; }
|
get { return _process.Length; }
|
||||||
}
|
}
|
||||||
|
public TypeMeta __META { get { return typeof(TProcess).ToMeta(); } }
|
||||||
public DebuggerProxy(EcsProcess<TProcess> process)
|
public DebuggerProxy(EcsProcess<TProcess> process)
|
||||||
{
|
{
|
||||||
_process = process;
|
_process = process;
|
||||||
|
Loading…
Reference in New Issue
Block a user