Merge pull request 'Vec-ing is hard' (#6) from combo_targets into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #6
This commit is contained in:
commit
90c990e632
@ -336,10 +336,10 @@ pub struct ComboStep3 {
|
|||||||
|
|
||||||
#[pso_message(0x46)]
|
#[pso_message(0x46)]
|
||||||
pub struct TargetsHit {
|
pub struct TargetsHit {
|
||||||
num_of_targets: [u8; 4], // thats a lot of targets?
|
#[length_of(targets)]
|
||||||
client2: u8, // TODO: what even is this?
|
num_of_targets: u32, // thats a lot of targets?
|
||||||
target2: u8, // TODO: what even is this?
|
#[length_is(num_of_targets)]
|
||||||
unknown2: [u8; 2],
|
targets: Vec<u32>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[pso_message(0x47)]
|
#[pso_message(0x47)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user