Class ClawedEventArgs
Contains all information after SCP-939 attacks.
public class ClawedEventArgs : IScp939Event, IPlayerEvent, IExiledEvent
- Inheritance
-
ClawedEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
ClawedEventArgs(Player)
Initializes a new instance of the ClawedEventArgs class.
public ClawedEventArgs(Player player)
Parameters
player
Player
Properties
Player
Gets the SCP-939.
public Player Player { get; }
Property Value
Scp939
Gets the Scp939Role triggering the event.
public Scp939Role Scp939 { get; }