mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-24 01:30:14 +00:00
update extension sample
This commit is contained in:
@@ -54,7 +54,7 @@ internal class TTFSLoadBundleOperation : FSLoadBundleOperation
|
|||||||
{
|
{
|
||||||
_steps = ESteps.Done;
|
_steps = ESteps.Done;
|
||||||
Status = EOperationStatus.Failed;
|
Status = EOperationStatus.Failed;
|
||||||
Error = $"The {nameof(IDecryptionServices)} is null !";
|
Error = $"The {nameof(IWebDecryptionServices)} is null !";
|
||||||
YooLogger.Error(Error);
|
YooLogger.Error(Error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ internal class WXFSLoadBundleOperation : FSLoadBundleOperation
|
|||||||
{
|
{
|
||||||
_steps = ESteps.Done;
|
_steps = ESteps.Done;
|
||||||
Status = EOperationStatus.Failed;
|
Status = EOperationStatus.Failed;
|
||||||
Error = $"The {nameof(IDecryptionServices)} is null !";
|
Error = $"The {nameof(IWebDecryptionServices)} is null !";
|
||||||
YooLogger.Error(Error);
|
YooLogger.Error(Error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user