mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
rename Debug folder to DebugUtils
This commit is contained in:
parent
f2ffc284f9
commit
b245b6c21d
@ -57,7 +57,6 @@ namespace DCFApixels.DragonECS
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static void PrintWarning(object v)
|
||||
{
|
||||
|
||||
#if (DEBUG && !DISABLE_DEBUG) || ENABLE_DRAGONECS_DEBUGGER
|
||||
DebugService.Instance.PrintWarning(v);
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user