Add import support for catsystem2 script

This commit is contained in:
2025-07-21 23:41:50 +08:00
parent 8d32d2ec4b
commit ec9e947ee1
3 changed files with 166 additions and 6 deletions

View File

@@ -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 {