Add support for YU-RIS compressed image file (.ydg)

This commit is contained in:
2026-05-28 14:54:10 +08:00
parent af76b42f41
commit 6b8b169d10
9 changed files with 366 additions and 1 deletions

View File

@@ -926,6 +926,9 @@ pub enum ScriptType {
#[cfg(feature = "yuris")]
/// Yu-Ris scenario text file (.txt)
YurisTxt,
#[cfg(feature = "yuris-img")]
/// YU-RIS compressed image file (.ydg)
YurisYDG,
}
#[derive(Clone, Debug, Serialize, Deserialize)]