Class Scp1576TransmissionEndedEventArgs
Contains all information after a SCP-1576 transmission has ended.
public class Scp1576TransmissionEndedEventArgs : IPlayerEvent, IExiledEvent
- Inheritance
-
Scp1576TransmissionEndedEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
Scp1576TransmissionEndedEventArgs(Player, Scp1576Item)
Initializes a new instance of the Scp1576TransmissionEndedEventArgs class.
public Scp1576TransmissionEndedEventArgs(Player player, Scp1576Item scp1576Item)
Parameters
playerPlayerscp1576ItemScp1576Item
Properties
Player
Gets the Player that the transmission ended for.
public Player Player { get; }
Property Value
Scp1576
Gets the Scp1576 instance.
public Scp1576 Scp1576 { get; }