rename Debug folder to DebugUtils

This commit is contained in:
Mikhail 2024-09-10 21:42:07 +08:00
parent f2ffc284f9
commit b245b6c21d
22 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ namespace DCFApixels.DragonECS
[MethodImpl(MethodImplOptions.AggressiveInlining)] [MethodImpl(MethodImplOptions.AggressiveInlining)]
public static void PrintWarning(object v) public static void PrintWarning(object v)
{ {
#if (DEBUG && !DISABLE_DEBUG) || ENABLE_DRAGONECS_DEBUGGER #if (DEBUG && !DISABLE_DEBUG) || ENABLE_DRAGONECS_DEBUGGER
DebugService.Instance.PrintWarning(v); DebugService.Instance.PrintWarning(v);
#endif #endif