mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-19 02:24:35 +08:00
Rename autoset service method
This commit is contained in:
parent
5f668bb516
commit
0ccedb80a1
@ -6,10 +6,7 @@ namespace DCFApixels.DragonECS.Unity
|
|||||||
{
|
{
|
||||||
public class UnityDebugService : DebugService
|
public class UnityDebugService : DebugService
|
||||||
{
|
{
|
||||||
public static void Set()
|
public static void Init() => Set<UnityDebugService>();
|
||||||
{
|
|
||||||
DebugService.Set<UnityDebugService>();
|
|
||||||
}
|
|
||||||
|
|
||||||
private ProfilerMarker[] _profilerMarkers = new ProfilerMarker[64];
|
private ProfilerMarker[] _profilerMarkers = new ProfilerMarker[64];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user