mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-25 13:17:06 +08:00
Add support for Yu-Ris YSER(error message) file (.ybn)
This commit is contained in:
@@ -911,6 +911,9 @@ pub enum ScriptType {
|
||||
#[cfg(feature = "yuris")]
|
||||
/// Yu-Ris YSCM(opcodes metadata) file (.ybn)
|
||||
YurisYSCM,
|
||||
#[cfg(feature = "yuris")]
|
||||
/// Yu-Ris YSER(error message) file (.ybn)
|
||||
YurisYSER,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user