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
0182c8e031
CrowdControl
/
Assets
/
Plugins
/
.NaughtyAttributes
/
Scripts
/
Core
/
INaughtyAttribute.cs
9 lines
92 B
C#
Raw
Normal View
History
Unescape
Escape
Base Project
8 months ago
using
System
;
namespace
NaughtyAttributes
{
public
interface
INaughtyAttribute
{
}
}