Health/Assets/ThirdParty/StompyRobot/SRF/Scripts/Service/IAsyncService.cs

8 lines
107 B
C#
Raw Normal View History

2023-11-21 08:57:37 +00:00
namespace SRF.Service
{
public interface IAsyncService
{
bool IsLoaded { get; }
}
}