Add silky engine map file support

fix output extension for custom when importing
This commit is contained in:
2025-09-14 20:18:29 +08:00
parent cebf06a4dc
commit a4aafb089e
7 changed files with 386 additions and 1 deletions

View File

@@ -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> =