pbs #2

Merged
jake merged 5 commits from pbs into master 2021-06-20 00:16:24 -04:00
Showing only changes of commit 2debc015b7 - Show all commits

View File

@ -266,11 +266,14 @@ pub struct PlayerDonatedPB {
recipient: u32, recipient: u32,
} }
<<<<<<< HEAD
#[pso_message(0x37)] #[pso_message(0x37)]
pub struct PlayerInitiatedPB { pub struct PlayerInitiatedPB {
pb_amount: u8, pb_amount: u8,
unknown1: [u8; 4], unknown1: [u8; 4],
} }
=======
>>>>>>> 799a9e68804633c24b47b759c75269f7106918cc
#[pso_message(0x39)] #[pso_message(0x39)]
pub struct PlayerPBReady { pub struct PlayerPBReady {
player: u16, player: u16,