mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
sentry shield
This commit is contained in:
parent
b93390d1e4
commit
e3810b0b03
2 changed files with 7 additions and 8 deletions
|
|
@ -208,10 +208,11 @@ pub struct Sentry {
|
|||
pub team: Team,
|
||||
pub angle: f32,
|
||||
pub player_controlled: bool,
|
||||
pub auto_aim_target: UserId,
|
||||
pub auto_aim_target: Handle,
|
||||
pub shells: u16,
|
||||
pub rockets: u16,
|
||||
pub is_mini: bool,
|
||||
pub shield: bool,
|
||||
pub construction_progress: f32,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue