This website works better with JavaScript.
Explore
Help
Sign In
rizzeadmin
/
CrowdControl
Watch
1
Star
0
Fork
You've already forked CrowdControl
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c47ba7fe78
CrowdControl
/
Assets
/
3rd
/
StompyRobot
/
SRDebugger
/
Scripts
/
UI
/
Other
/
IEnableTab.cs
8 lines
113 B
C#
Raw
Normal View
History
Unescape
Escape
Base Project
8 months ago
namespace
SRDebugger.UI.Other
{
public
interface
IEnableTab
{
bool
IsEnabled
{
get
;
}
}
}