Merge pull request 'don't feed bytes to the void' (#15) from mobattack_flag 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: #15
This commit is contained in:
commit
7276b875c4
@ -44,7 +44,7 @@ pub struct SymbolChat {
|
|||||||
pub struct MobAttack {
|
pub struct MobAttack {
|
||||||
enemy_id: u16,
|
enemy_id: u16,
|
||||||
damage: u16,
|
damage: u16,
|
||||||
flags: u16,
|
flags: [u8; 4],
|
||||||
}
|
}
|
||||||
|
|
||||||
#[pso_message(0x0B)]
|
#[pso_message(0x0B)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user