Browse Source

info board packets

pull/3/head
Andy Newjack 4 years ago
parent
commit
2e04df8850
  1. 9
      src/packet/ship.rs

9
src/packet/ship.rs

@ -316,3 +316,12 @@ pub struct RoomNameResponse {
pub struct UpdateConfig{
pub config: [u8; 0xE8],
}
#[pso_packet(0xD8)]
pub struct ViewInfoboard {
}
#[pso_packet(0xD9)]
pub struct WriteInfoboard {
pub message: String,
}
Loading…
Cancel
Save