1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00

sentry shield

This commit is contained in:
Robin Appelman 2025-07-03 00:15:46 +02:00
commit e3810b0b03
2 changed files with 7 additions and 8 deletions

View file

@ -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,
}