Browse Source

add telepipe struct

pull/1/head
andy 3 years ago
parent
commit
68080eff4b
  1. 10
      src/packet/messages.rs

10
src/packet/messages.rs

@ -512,7 +512,15 @@ pub struct SpawningMonsters {
#[pso_message(0x68)]
pub struct PlayerTelepipe {
unknown1: u16,
area: u16,
room: u16,
unknown2: u16,
x: f32,
y: f32,
z: f32,
rotation: u16,
unknown3: [u8; 2],
}
#[pso_message(0x69)]

Loading…
Cancel
Save