mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-11-28 23:36:44 +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 {
|
pub struct NPCData {
|
||||||
x: i16,
|
pub x: i16,
|
||||||
y: i16,
|
pub y: i16,
|
||||||
flag_id: u16,
|
pub flag_id: u16,
|
||||||
event_num: u16,
|
pub event_num: u16,
|
||||||
npc_type: u16,
|
pub npc_type: u16,
|
||||||
flags: u16,
|
pub flags: u16,
|
||||||
layer: u8,
|
pub layer: u8,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl NPCData {
|
impl NPCData {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue