mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
dref support load dpak from archive
This commit is contained in:
@@ -31,6 +31,7 @@ impl ScriptBuilder for BGIScriptBuilder {
|
||||
encoding: Encoding,
|
||||
_archive_encoding: Encoding,
|
||||
config: &ExtraConfig,
|
||||
_archive: Option<&Box<dyn Script>>,
|
||||
) -> Result<Box<dyn Script>> {
|
||||
Ok(Box::new(BGIScript::new(buf, encoding, config)?))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user