mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-27 03:44:54 +00:00
8 lines
107 B
C#
8 lines
107 B
C#
|
namespace SRF.Service
|
|||
|
{
|
|||
|
public interface IAsyncService
|
|||
|
{
|
|||
|
bool IsLoaded { get; }
|
|||
|
}
|
|||
|
}
|