mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-26 14:17: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]
|
||||
#[allow(dead_code)]
|
||||
#[brw(little)]
|
||||
pub struct ChatLogHeader {
|
||||
struct ChatLogHeader {
|
||||
content_size: u32,
|
||||
file_size: u32,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue