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

8 lines
107 B
C#
Raw Normal View History

2025-01-02 11:32:58 +08:00
namespace SRF.Service
{
public interface IAsyncService
{
bool IsLoaded { get; }
}
}