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:
parent
cdf6df5337
commit
460037ab31
14
src/map.rs
14
src/map.rs
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue