namespace YooAsset { public interface IQueryServices { /// /// 查询内置资源 /// bool QueryStreamingAssets(string packageName, string fileName); } }