request ship/block list
This commit is contained in:
parent
ce5d37aff8
commit
f71f463144
@ -9,9 +9,9 @@ use crate::ConsumingBlob;
|
||||
|
||||
use std::io::Read;
|
||||
|
||||
pub const BLOCK_MENU_ID: u32 = 1;
|
||||
pub const ROOM_MENU_ID: u32 = 2;
|
||||
pub const LOBBY_MENU_ID: u32 = 3;
|
||||
pub const BLOCK_MENU_ID: u32 = 2;
|
||||
pub const ROOM_MENU_ID: u32 = 3;
|
||||
pub const LOBBY_MENU_ID: u32 = 4;
|
||||
|
||||
#[pso_packet(0x03)]
|
||||
pub struct ShipWelcome {
|
||||
@ -57,6 +57,18 @@ impl PSOPacketData for BlockEntry {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#[pso_packet(0xA0)]
|
||||
pub struct RequestShipList {
|
||||
unknown: [u8; 24],
|
||||
}
|
||||
|
||||
|
||||
#[pso_packet(0xA1)]
|
||||
pub struct RequestShipBlockList {
|
||||
unknown: [u8; 24],
|
||||
}
|
||||
|
||||
#[pso_packet(0xA1)]
|
||||
pub struct ShipBlockList {
|
||||
shipblock: BlockEntry,
|
||||
|
Loading…
x
Reference in New Issue
Block a user