Class RoundEndedEventArgs
Contains all information after the end of a round.
public class RoundEndedEventArgs : IExiledEvent
- Inheritance
-
RoundEndedEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
RoundEndedEventArgs(LeadingTeam, SumInfo_ClassList, int)
Initializes a new instance of the RoundEndedEventArgs class.
public RoundEndedEventArgs(LeadingTeam leadingTeam, RoundSummary.SumInfo_ClassList classList, int timeToRestart)
Parameters
leadingTeam
LeadingTeamclassList
RoundSummary.SumInfo_ClassListtimeToRestart
int
Properties
ClassList
Gets or sets the round summary class list.
public RoundSummary.SumInfo_ClassList ClassList { get; set; }
Property Value
- RoundSummary.SumInfo_ClassList
LeadingTeam
Gets the leading team.
public LeadingTeam LeadingTeam { get; }
Property Value
ShowRoundSummary
Gets or sets a value indicating whether Round Summary will be sent to all players.
public bool ShowRoundSummary { get; set; }
Property Value
TimeToRestart
Gets or sets the time to restart the next round.
public int TimeToRestart { get; set; }