Class SquadCreated
Event listener args which fires after a Squad is created.
[EventModel(EventSynchronizationContext.Pure)]
public class SquadCreated : SquadUpdated, IPlayerEvent
- Inheritance
-
SquadCreated
- Implements
- Inherited Members
Properties
Player
The player that created the squad.
public required WarfarePlayer Player { get; init; }
Property Value
Steam64
The ID of the player that created the squad.
public CSteamID Steam64 { get; }
Property Value
- CSteamID