mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Add support to unpack Fate/stay night xp3 files
This commit is contained in:
@@ -38,6 +38,12 @@ pub struct Xp3Entry {
|
||||
pub extras: Vec<ExtraProp>,
|
||||
}
|
||||
|
||||
impl Xp3Entry {
|
||||
pub fn is_encrypted(&self) -> bool {
|
||||
self.flags != 0
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub struct ExtraProp {
|
||||
pub tag: [u8; 4],
|
||||
|
||||
Reference in New Issue
Block a user