1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-17 10:47:44 +00:00

Rename ChatMessage's player_id to actor_id

This is a more accurate name for this field.
This commit is contained in:
Joshua Goins 2025-07-14 18:19:34 -04:00
parent 0399930ec7
commit dbfe3d542d

View file

@ -7,7 +7,7 @@ use crate::common::{read_string, write_string};
pub struct ChatMessage {
// TODO: incomplete
#[brw(pad_before = 4)] // empty
pub player_id: u32,
pub actor_id: u32,
#[brw(pad_before = 4)] // empty
pub timestamp: u32,