mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
11 lines
226 B
C#
11 lines
226 B
C#
|
|
namespace YooAsset
|
|
{
|
|
public interface IBuildinQueryServices
|
|
{
|
|
/// <summary>
|
|
/// 查询应用程序里的内置资源是否存在
|
|
/// </summary>
|
|
bool QueryStreamingAssets(string packageName, string fileName);
|
|
}
|
|
} |