Files
beyond/Assets/ThirdParty/StompyRobot/SRF/Scripts/Service/IAsyncService.cs
2024-11-20 15:21:28 +01:00

8 lines
107 B
C#

namespace SRF.Service
{
public interface IAsyncService
{
bool IsLoaded { get; }
}
}