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

8 lines
107 B
C#
Raw Normal View History

2024-12-15 01:39:39 +00:00
namespace SRF.Service
{
public interface IAsyncService
{
bool IsLoaded { get; }
}
}