rebased
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
andy 2021-06-20 01:00:38 +00:00
commit 2debc015b7

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,