mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-07-07 07:13:43 +00:00
Update document
This commit is contained in:
@@ -64,3 +64,15 @@ private IEnumerator InitializeYooAsset()
|
||||
}
|
||||
````
|
||||
|
||||
**资源文件解密**
|
||||
|
||||
````c#
|
||||
public class BundleDecryption : IDecryptionServices
|
||||
{
|
||||
public ulong GetFileOffset(BundleInfo bundleInfo)
|
||||
{
|
||||
return 32;
|
||||
}
|
||||
}
|
||||
````
|
||||
|
||||
|
||||
Reference in New Issue
Block a user