mirror of https://github.com/tuyoogame/YooAsset
update extension sample
parent
fb8720edd3
commit
a98db0ba83
|
@ -54,7 +54,7 @@ internal class TTFSLoadBundleOperation : FSLoadBundleOperation
|
|||
{
|
||||
_steps = ESteps.Done;
|
||||
Status = EOperationStatus.Failed;
|
||||
Error = $"The {nameof(IDecryptionServices)} is null !";
|
||||
Error = $"The {nameof(IWebDecryptionServices)} is null !";
|
||||
YooLogger.Error(Error);
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@ internal class WXFSLoadBundleOperation : FSLoadBundleOperation
|
|||
{
|
||||
_steps = ESteps.Done;
|
||||
Status = EOperationStatus.Failed;
|
||||
Error = $"The {nameof(IDecryptionServices)} is null !";
|
||||
Error = $"The {nameof(IWebDecryptionServices)} is null !";
|
||||
YooLogger.Error(Error);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue