Add support for Yu-Ris scenario text file (.txt)

This commit is contained in:
2026-05-17 15:54:41 +08:00
parent f7b1a51b9f
commit 17fbc10d2e
4 changed files with 763 additions and 0 deletions

View File

@@ -923,6 +923,9 @@ pub enum ScriptType {
#[cfg(feature = "yuris")]
/// Yu-Ris YSTB(compiled script) file (.ybn)
YurisYSTB,
#[cfg(feature = "yuris")]
/// Yu-Ris scenario text file (.txt)
YurisTxt,
}
#[derive(Clone, Debug, Serialize, Deserialize)]