Class AnnouncingChaosEntranceEventArgs
Contains all information before Chaos wave entrance.
public class AnnouncingChaosEntranceEventArgs : IDeniableEvent, IExiledEvent
- Inheritance
-
AnnouncingChaosEntranceEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
AnnouncingChaosEntranceEventArgs(WaveAnnouncementBase, StringBuilder)
Initializes a new instance of the AnnouncingChaosEntranceEventArgs class.
public AnnouncingChaosEntranceEventArgs(WaveAnnouncementBase announcement, StringBuilder builder)
Parameters
announcement
WaveAnnouncementBasebuilder
StringBuilder
Properties
IsAllowed
Gets or sets a value indicating whether the event is allowed to continue.
public bool IsAllowed { get; set; }
Property Value
Wave
Gets the entering wave.
public TimedWave Wave { get; }
Property Value
Words
Gets the StringBuilder of the words that C.A.S.S.I.E will say.
public StringBuilder Words { get; }