shiny_mobs #3

Merged
jake merged 3 commits from shiny_mobs into master 3 years ago
  1. 5
      src/packet/ship.rs

5
src/packet/ship.rs

@ -400,6 +400,11 @@ pub struct UpdateConfig{
pub struct ViewInfoboardRequest {
}
#[pso_packet(0xDE)]
pub struct RareMonsterList{
pub ids: [u16; 16],
}
#[derive(PSOPacketData, Clone)]
pub struct InfoboardResponse {
pub name: [u16; 16],

Loading…
Cancel
Save