Add silky engine mes support

This commit is contained in:
2025-09-05 20:35:54 +08:00
parent 4f862fd2a7
commit 900678f89a
8 changed files with 1000 additions and 1 deletions

View File

@@ -535,6 +535,9 @@ pub enum ScriptType {
#[value(alias("kr-tjs-ns0"))]
/// Kirikiri TJS NS0 binary encoded script
KirikiriTjsNs0,
#[cfg(feature = "silky")]
/// Silky Engine Mes script
Silky,
#[cfg(feature = "softpal")]
/// Softpal src script
Softpal,