mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-27 03:44:54 +00:00
10 lines
221 B
C#
10 lines
221 B
C#
|
namespace SRDebugger.Services
|
|||
|
{
|
|||
|
public interface IDebugTriggerService
|
|||
|
{
|
|||
|
bool IsEnabled { get; set; }
|
|||
|
bool ShowErrorNotification { get; set; }
|
|||
|
PinAlignment Position { get; set; }
|
|||
|
}
|
|||
|
}
|