mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 22:08:47 +08:00
Add is_audio to ScriptBuilder (#12)
This commit is contained in:
@@ -124,6 +124,11 @@ pub trait ScriptBuilder: std::fmt::Debug {
|
||||
false
|
||||
}
|
||||
|
||||
/// Returns true if this script is an audio.
|
||||
fn is_audio(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
/// Creates an archive with the given files.
|
||||
///
|
||||
/// * `filename` - The path of the archive file to create.
|
||||
|
||||
Reference in New Issue
Block a user