Add support for Yu-Ris YSCFG(config) file (.ybn)

This commit is contained in:
2026-05-13 21:25:21 +08:00
parent 76461f57c4
commit 04fef8f2a3
5 changed files with 152 additions and 1 deletions

View File

@@ -914,6 +914,9 @@ pub enum ScriptType {
#[cfg(feature = "yuris")]
/// Yu-Ris YSER(error message) file (.ybn)
YurisYSER,
#[cfg(feature = "yuris")]
/// Yu-Ris YSCFG(config) file (.ybn)
YurisYSCFG,
}
#[derive(Clone, Debug, Serialize, Deserialize)]