mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 13:58:50 +08:00
Add support for BC7 encryption
This commit is contained in:
@@ -1140,6 +1140,11 @@ impl VirtualPsbFixed {
|
||||
self.header
|
||||
}
|
||||
|
||||
/// Return a mutable reference to the header of the PSB.
|
||||
pub fn header_mut(&mut self) -> &mut PsbHeader {
|
||||
&mut self.header
|
||||
}
|
||||
|
||||
/// Returns a reference to the resources of the PSB.
|
||||
pub fn resources(&self) -> &Vec<Vec<u8>> {
|
||||
&self.resources
|
||||
|
||||
Reference in New Issue
Block a user