mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-10 15:12:57 +08:00
Add escude script export support
This commit is contained in:
@@ -45,8 +45,10 @@ pub enum TextEncoding {
|
||||
Auto,
|
||||
/// UTF-8 encoding
|
||||
Utf8,
|
||||
#[value(alias("jis"))]
|
||||
/// Shift-JIS encoding
|
||||
Cp932,
|
||||
#[value(alias("gbk"))]
|
||||
/// GB2312 encoding
|
||||
Gb2312,
|
||||
}
|
||||
@@ -185,6 +187,10 @@ pub enum ScriptType {
|
||||
#[value(alias("ethornell"))]
|
||||
/// Buriko General Interpreter/Ethornell Script
|
||||
BGI,
|
||||
/// Escude bin archive
|
||||
EscudeArc,
|
||||
/// Escude bin script
|
||||
Escude,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user