mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix Break
This commit is contained in:
parent
49dd0eaa97
commit
44e0792517
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user