Car/Assets/StompyRobot/SRDebugger/Scripts/UI/Other/IEnableTab.cs

8 lines
113 B
C#

namespace SRDebugger.UI.Other
{
public interface IEnableTab
{
bool IsEnabled { get; }
}
}