shiny_mobs (#3)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #3
Co-authored-by: andy <andynewjack@protonmail.com>
Co-committed-by: andy <andynewjack@protonmail.com>
This commit is contained in:
andy 2021-06-19 23:51:54 -04:00 committed by jake
parent e698ad993c
commit 3f0f4886cb

View File

@ -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],