PC-20230316NUNE\Administrator 894100ae37 提交Unity 联机Pro
2024-08-17 14:27:18 +08:00

10 lines
221 B
C#

namespace SRDebugger.Services
{
public interface IDebugTriggerService
{
bool IsEnabled { get; set; }
bool ShowErrorNotification { get; set; }
PinAlignment Position { get; set; }
}
}