mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Add support for BGI ._bp script
This commit is contained in:
@@ -213,6 +213,10 @@ pub enum ScriptType {
|
||||
#[value(alias("ethornell-bsi"))]
|
||||
/// Buriko General Interpreter/Ethornell bsi script (._bsi)
|
||||
BGIBsi,
|
||||
#[cfg(feature = "bgi")]
|
||||
#[value(alias("ethornell-bp"))]
|
||||
/// Buriko General Interpreter/Ethornell bp script (._bp)
|
||||
BGIBp,
|
||||
#[cfg(feature = "escude-arc")]
|
||||
/// Escude bin archive
|
||||
EscudeArc,
|
||||
|
||||
Reference in New Issue
Block a user