Class StoppingEventArgs
Contains all information before stopping the warhead.
public class StoppingEventArgs : IPlayerEvent, IDeniableEvent, IExiledEvent
- Inheritance
-
StoppingEventArgs
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
StoppingEventArgs(Player, bool)
Initializes a new instance of the StoppingEventArgs class.
public StoppingEventArgs(Player player, bool isAllowed = true)
Parameters
Properties
IsAllowed
Gets or sets a value indicating whether the warhead can be stopped.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the player who's going to stop the warhead.
public Player Player { get; }