Struct KitBestowData
Data needed to bestow a kit onto a player.
public readonly struct KitBestowData
- Inherited Members
Constructors
KitBestowData(Kit)
public KitBestowData(Kit kit)
Parameters
kitKit
Properties
IsLowAmmo
public bool IsLowAmmo { get; init; }
Property Value
Kit
public Kit Kit { get; }
Property Value
Layouts
public IReadOnlyList<KitLayoutTransformation>? Layouts { get; }
Property Value
ResupplyAmmoBags
public bool ResupplyAmmoBags { get; init; }
Property Value
Silent
public bool Silent { get; init; }