1
Fork 0
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:
Joshua Goins 2023-12-02 20:27:02 -05:00
parent 61e6d2d5db
commit 7b739f655b

View file

@ -10,7 +10,7 @@ use crate::ByteSpan;
#[binrw]
#[allow(dead_code)]
#[brw(little)]
pub struct ChatLogHeader {
struct ChatLogHeader {
content_size: u32,
file_size: u32,