mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-16 12:50:17 +00:00
11 lines
169 B
C#
11 lines
169 B
C#
|
|
namespace YooAsset
|
|
{
|
|
public interface IQueryServices
|
|
{
|
|
/// <summary>
|
|
/// 查询内置资源
|
|
/// </summary>
|
|
bool QueryStreamingAssets(string fileName);
|
|
}
|
|
} |