1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-03-24 19:09:22 +00:00

my dumb ass forgot to make this public

This commit is contained in:
Alula 2020-09-03 14:29:59 +02:00
parent cdf6df5337
commit 460037ab31
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -56,13 +56,13 @@ impl Map {
}
pub struct NPCData {
x: i16,
y: i16,
flag_id: u16,
event_num: u16,
npc_type: u16,
flags: u16,
layer: u8,
pub x: i16,
pub y: i16,
pub flag_id: u16,
pub event_num: u16,
pub npc_type: u16,
pub flags: u16,
pub layer: u8,
}
impl NPCData {