mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-27 06:27:45 +00:00
Don't expose ChatLogHeader publicly
This commit is contained in:
parent
61e6d2d5db
commit
7b739f655b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use crate::ByteSpan;
|
||||||
#[binrw]
|
#[binrw]
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
#[brw(little)]
|
#[brw(little)]
|
||||||
pub struct ChatLogHeader {
|
struct ChatLogHeader {
|
||||||
content_size: u32,
|
content_size: u32,
|
||||||
file_size: u32,
|
file_size: u32,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue