Update document

This commit is contained in:
hevinci
2022-03-21 23:49:50 +08:00
parent 2bf36ebd8b
commit 578cd7ebb5
3 changed files with 19 additions and 8 deletions

View File

@@ -64,3 +64,15 @@ private IEnumerator InitializeYooAsset()
}
````
**资源文件解密**
````c#
public class BundleDecryption : IDecryptionServices
{
public ulong GetFileOffset(BundleInfo bundleInfo)
{
return 32;
}
}
````