Files
2026-02-21 16:45:37 +08:00

8 lines
89 B
C#

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