first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#if ENABLE_MONO && (DEVELOPMENT_BUILD || UNITY_EDITOR)
|
||||
namespace SingularityGroup.HotReload {
|
||||
public interface IServerHealthCheck {
|
||||
bool IsServerHealthy { get; }
|
||||
}
|
||||
|
||||
internal interface IServerHealthCheckInternal : IServerHealthCheck {
|
||||
void CheckHealth();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user