SwiftlyS2

EventTournamentReward

Interface EventTournamentReward

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "tournament_reward"

public interface EventTournamentReward : IGameEvent<EventTournamentReward>

Implements

Properties

AccountID

type: long

int AccountID { get; set; }
Property Value

DefIndex

type: long

int DefIndex { get; set; }
Property Value

TotalRewards

type: long

int TotalRewards { get; set; }
Property Value

On this page