This commit is contained in:
Mikhail 2024-11-06 20:33:44 +08:00
parent ef242f4ecd
commit 14cb548b0a

View File

@ -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;