Spaces:
Runtime error
Runtime error
using System; | |
namespace Quantum | |
{ | |
[ | ]|
public unsafe partial class DebugService : BTService | |
{ | |
public string Message; | |
protected unsafe override void OnUpdate(BTParams btParams) | |
{ | |
Log.Info($"[BT SERVICE] { Message } | Frame: {btParams.Frame.Number}"); | |
} | |
} | |
} | |