mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 13:28:47 +08:00
Add itufuru(いつか降る雪) script support
This commit is contained in:
@@ -112,7 +112,12 @@ pub trait ScriptBuilder: std::fmt::Debug {
|
||||
pub trait ArchiveContent {
|
||||
fn name(&self) -> &str;
|
||||
fn data(&self) -> &[u8];
|
||||
fn is_script(&self) -> bool;
|
||||
fn is_script(&self) -> bool {
|
||||
self.script_type().is_some()
|
||||
}
|
||||
fn script_type(&self) -> Option<&ScriptType> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
pub trait Script: std::fmt::Debug {
|
||||
|
||||
Reference in New Issue
Block a user