1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

8 lines
182 B
C#

namespace Artemis.UI.Avalonia.Services.Interfaces
{
public interface IDebugService : IArtemisUIService
{
void ShowDebugger();
void ClearDebugger();
}
}