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
typeof(TProcess).ToMeta().Name)
#else
string.Empty
string.Empty)
#endif
{ }
public RunHelper(EcsRunner<TProcess> runner, string methodName)
{
_process = runner.Process;