mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 11:34:59 +08:00
feat: implement production cas v1
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
//! 提供多个 Unity 版本的 AssetBundle 解析支持
|
||||
|
||||
pub mod adapter;
|
||||
pub mod unity_2021_3;
|
||||
pub mod registry;
|
||||
pub mod unity_2021_3;
|
||||
|
||||
pub use adapter::{UnityAdapter, VersionRange, RawAssetBundle, ParsedAssetBundle};
|
||||
pub use unity_2021_3::Unity2021_3Adapter;
|
||||
pub use adapter::{ParsedAssetBundle, RawAssetBundle, UnityAdapter, VersionRange};
|
||||
pub use registry::UnityAdapterRegistry;
|
||||
pub use unity_2021_3::Unity2021_3Adapter;
|
||||
|
||||
Reference in New Issue
Block a user