mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix
This commit is contained in:
parent
ef242f4ecd
commit
14cb548b0a
@ -138,9 +138,10 @@ namespace DCFApixels.DragonECS
|
|||||||
#if DEBUG && !DISABLE_DEBUG
|
#if DEBUG && !DISABLE_DEBUG
|
||||||
typeof(TProcess).ToMeta().Name)
|
typeof(TProcess).ToMeta().Name)
|
||||||
#else
|
#else
|
||||||
string.Empty
|
string.Empty)
|
||||||
#endif
|
#endif
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
public RunHelper(EcsRunner<TProcess> runner, string methodName)
|
public RunHelper(EcsRunner<TProcess> runner, string methodName)
|
||||||
{
|
{
|
||||||
_process = runner.Process;
|
_process = runner.Process;
|
||||||
|
Loading…
Reference in New Issue
Block a user