chicken_dy/Assets/ThirdPlugins/StompyRobot/SRF/Scripts/Service/IAsyncService.cs

8 lines
114 B
C#
Raw Permalink Normal View History

2022-01-26 07:46:33 +00:00
namespace SRF.Service
{
public interface IAsyncService
{
bool IsLoaded { get; }
}
}