mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-14 00:44:26 +08:00
Add features for each script type
This commit is contained in:
@@ -182,13 +182,17 @@ pub struct ExtraConfig {
|
||||
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]
|
||||
/// Script type
|
||||
pub enum ScriptType {
|
||||
#[cfg(feature = "circus")]
|
||||
/// Circus MES script
|
||||
Circus,
|
||||
#[cfg(feature = "bgi")]
|
||||
#[value(alias("ethornell"))]
|
||||
/// Buriko General Interpreter/Ethornell Script
|
||||
BGI,
|
||||
#[cfg(feature = "escude")]
|
||||
/// Escude bin archive
|
||||
EscudeArc,
|
||||
#[cfg(feature = "escude")]
|
||||
/// Escude bin script
|
||||
Escude,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user