fix Break

This commit is contained in:
Mikhail 2023-06-30 00:32:25 +08:00
parent 49dd0eaa97
commit 44e0792517

View File

@ -50,6 +50,14 @@ namespace DCFApixels.DragonECS
DebugService.Instance.Print(tag, v);
#endif
}
public static void Break()
{
{
#if !DISABLE_DRAGONECS_DEBUGGER
DebugService.Instance.Break();
#endif
}
}
}
public abstract class DebugService