Compare commits
No commits in common. "90c990e6321025d81914c0d467be090b3f0dc521" and "ad1dc584ab324223ee44eebce1d169835192d846" have entirely different histories.
90c990e632
...
ad1dc584ab
@ -336,10 +336,10 @@ pub struct ComboStep3 {
|
||||
|
||||
#[pso_message(0x46)]
|
||||
pub struct TargetsHit {
|
||||
#[length_of(targets)]
|
||||
num_of_targets: u32, // thats a lot of targets?
|
||||
#[length_is(num_of_targets)]
|
||||
targets: Vec<u32>,
|
||||
num_of_targets: [u8; 4], // thats a lot of targets?
|
||||
client2: u8, // TODO: what even is this?
|
||||
target2: u8, // TODO: what even is this?
|
||||
unknown2: [u8; 2],
|
||||
}
|
||||
|
||||
#[pso_message(0x47)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user