Class RespawnedTeamEventArgs
Contains all information after team spawns.
public class RespawnedTeamEventArgs : IExiledEvent
- Inheritance
-
RespawnedTeamEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
RespawnedTeamEventArgs(SpawnableWaveBase, IEnumerable<ReferenceHub>)
Initializes a new instance of the RespawnedTeamEventArgs class.
public RespawnedTeamEventArgs(SpawnableWaveBase wave, IEnumerable<ReferenceHub> hubs)
Parameters
wave
SpawnableWaveBasehubs
IEnumerable<ReferenceHub>
Properties
Players
Gets the list of spawned players.
public IEnumerable<Player> Players { get; }
Property Value
Wave
Gets the spawned team.
public SpawnableWaveBase Wave { get; }
Property Value
- SpawnableWaveBase