SwiftlyS2

EventVotePassed

Interface EventVotePassed

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "vote_passed"

public interface EventVotePassed : IGameEvent<EventVotePassed>

Implements

Properties

Details

type: string

string Details { get; set; }
Property Value

Param1

type: string

string Param1 { get; set; }
Property Value

Team

type: byte

byte Team { get; set; }
Property Value

On this page