mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 13:28:47 +08:00
Fix bgi script import bug
This commit is contained in:
@@ -214,6 +214,12 @@ pub enum BGIStringType {
|
||||
Internal,
|
||||
}
|
||||
|
||||
impl BGIStringType {
|
||||
pub fn is_internal(&self) -> bool {
|
||||
matches!(self, BGIStringType::Internal)
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct BGIString {
|
||||
pub offset: usize,
|
||||
|
||||
Reference in New Issue
Block a user