mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 13:58:50 +08:00
Add import support for catsystem2 script
This commit is contained in:
@@ -1145,8 +1145,8 @@ impl<'a> CPeek for MemReaderRef<'a> {
|
||||
}
|
||||
|
||||
pub struct MemWriter {
|
||||
data: Vec<u8>,
|
||||
pos: usize,
|
||||
pub data: Vec<u8>,
|
||||
pub pos: usize,
|
||||
}
|
||||
|
||||
impl MemWriter {
|
||||
|
||||
Reference in New Issue
Block a user