mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 13:58:50 +08:00
Add silky engine map file support
fix output extension for custom when importing
This commit is contained in:
@@ -126,6 +126,8 @@ lazy_static::lazy_static! {
|
||||
Box::new(silky::mes::MesBuilder::new()),
|
||||
#[cfg(feature = "favorite")]
|
||||
Box::new(favorite::hcb::HcbScriptBuilder::new()),
|
||||
#[cfg(feature = "silky")]
|
||||
Box::new(silky::map::MapBuilder::new()),
|
||||
];
|
||||
/// A list of all script extensions.
|
||||
pub static ref ALL_EXTS: Vec<String> =
|
||||
|
||||
Reference in New Issue
Block a user