Update document

This commit is contained in:
hevinci
2022-05-12 12:37:48 +08:00
parent 4cad587609
commit 2da81212b4
3 changed files with 25 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ private IEnumerator InitializeYooAsset()
````c#
public class BundleDecryption : IDecryptionServices
{
public ulong GetFileOffset(BundleInfo bundleInfo)
public ulong GetFileOffset()
{
return 32;
}