Struct tf_demo_parser::demo::gameevent_gen::HalloweenSoulCollectedEvent [−][src]
pub struct HalloweenSoulCollectedEvent {
pub intended_target: u8,
pub collecting_player: u8,
pub soul_count: u8,
}Fields
intended_target: u8collecting_player: u8soul_count: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HalloweenSoulCollectedEventimpl Send for HalloweenSoulCollectedEventimpl Sync for HalloweenSoulCollectedEventimpl Unpin for HalloweenSoulCollectedEventimpl UnwindSafe for HalloweenSoulCollectedEvent