mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-11 15:38:48 +08:00
Add HexenHaus ARCC archive (.arc) support
This commit is contained in:
@@ -595,6 +595,9 @@ pub enum ScriptType {
|
||||
#[cfg(feature = "hexen-haus")]
|
||||
/// HexenHaus bin script
|
||||
HexenHaus,
|
||||
#[cfg(feature = "hexen-haus-arc")]
|
||||
/// HexenHaus Arcc archive
|
||||
HexenHausArcc,
|
||||
#[cfg(feature = "kirikiri")]
|
||||
#[value(alias("kr-scn"))]
|
||||
/// Kirikiri SCN script
|
||||
|
||||
Reference in New Issue
Block a user