mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-21 07:50:20 +00:00
update space shooter
This commit is contained in:
@@ -8,9 +8,14 @@ using YooAsset;
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class GameQueryServices : IQueryServices
|
public class GameQueryServices : IQueryServices
|
||||||
{
|
{
|
||||||
public string QueryDeliveryFiles(string packageName, string fileName)
|
public DeliveryFileInfo GetDeliveryFileInfo(string packageName, string fileName)
|
||||||
{
|
{
|
||||||
return null;
|
throw new System.NotImplementedException();
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool QueryDeliveryFiles(string packageName, string fileName)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool QueryStreamingAssets(string packageName, string fileName)
|
public bool QueryStreamingAssets(string packageName, string fileName)
|
||||||
|
|||||||
@@ -11,9 +11,14 @@ using YooAsset;
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class GameQueryServices2 : IQueryServices
|
public class GameQueryServices2 : IQueryServices
|
||||||
{
|
{
|
||||||
public string QueryDeliveryFiles(string packageName, string fileName)
|
public DeliveryFileInfo GetDeliveryFileInfo(string packageName, string fileName)
|
||||||
{
|
{
|
||||||
return null;
|
throw new System.NotImplementedException();
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool QueryDeliveryFiles(string packageName, string fileName)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool QueryStreamingAssets(string packageName, string fileName)
|
public bool QueryStreamingAssets(string packageName, string fileName)
|
||||||
|
|||||||
Reference in New Issue
Block a user