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
42ac100c6f
CrowdControl
/
Assets
/
3rd
/
StompyRobot
/
SRF
/
Scripts
/
Service
/
IAsyncService.cs
8 lines
107 B
C#
Raw
Normal View
History
Unescape
Escape
Base Project
8 months ago
namespace
SRF.Service
{
public
interface
IAsyncService
{
bool
IsLoaded
{
get
;
}
}
}