Car/Assets/StompyRobot/SRF/Scripts/Service/IAsyncService.cs

8 lines
107 B
C#

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