Browse Source

0x8A packets, room name req

pull/3/head
jake 4 years ago
parent
commit
6a1df535ba
  1. 10
      src/packet/ship.rs

10
src/packet/ship.rs

@ -301,3 +301,13 @@ impl PlayerChat {
}
}
}
#[pso_packet(0x8A)]
pub struct RoomNameRequest {
}
#[pso_packet(0x8A)]
pub struct RoomNameResponse {
pub name: String,
}
Loading…
Cancel
Save