qstbak/Questionable/Questionable.Controller.Steps/IDebugStateProvider.cs
2025-10-09 07:47:19 +10:00

6 lines
127 B
C#

namespace Questionable.Controller.Steps;
internal interface IDebugStateProvider : ITaskExecutor
{
string? GetDebugState();
}