mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 09:15:15 +08:00
chore: establish development baseline
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//! 解析器模块占位
|
||||
|
||||
/// AssetBundle 解析器接口(待实现)
|
||||
pub trait Parser {
|
||||
/// 解析器名称
|
||||
fn name(&self) -> &str;
|
||||
}
|
||||
Reference in New Issue
Block a user