Table of Contents

Class LoadoutUpgradeStarted

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

Invoked after a loadout upgrade is started.

[EventModel(EventSynchronizationContext.Pure)]
public class LoadoutUpgradeStarted : KitUpdated
Inheritance
LoadoutUpgradeStarted
Inherited Members

Properties

Admin

The admin that started the upgrade.

public required CSteamID Admin { get; init; }

Property Value

CSteamID

Player

The player the loadout was created for.

public required CSteamID Player { get; init; }

Property Value

CSteamID