Struct tf_demo_parser::demo::gameevent_gen::LocalPlayerScoreChangedEvent [−][src]
pub struct LocalPlayerScoreChangedEvent {
pub score: u16,
}Fields
score: u16Trait Implementations
Auto Trait Implementations
impl Send for LocalPlayerScoreChangedEventimpl Sync for LocalPlayerScoreChangedEventimpl Unpin for LocalPlayerScoreChangedEventimpl UnwindSafe for LocalPlayerScoreChangedEvent