Table of Contents

Class SquadCreated

Namespace
Uncreated.Warfare.Events.Models.Squads
Assembly
Uncreated.Warfare.dll

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

WarfarePlayer

Steam64

The ID of the player that created the squad.

public CSteamID Steam64 { get; }

Property Value

CSteamID