Class DebugService
Inherited Members
Namespace: SociallyDistant.Core.Debugging
Assembly: SociallyDistant.Framework.dll
Syntax
public static class DebugService
Methods
Register(IDebugService)
Declaration
public static void Register(IDebugService service)
Parameters
Type | Name | Description |
---|---|---|
IDebugService | service |
Unregister(IDebugService)
Declaration
public static void Unregister(IDebugService service)
Parameters
Type | Name | Description |
---|---|---|
IDebugService | service |
Update()
Declaration
public static void Update()