Table of Contents

Struct KitBestowData

Namespace
Uncreated.Warfare.Kits
Assembly
Uncreated.Warfare.dll

Data needed to bestow a kit onto a player.

public readonly struct KitBestowData
Inherited Members

Constructors

KitBestowData(Kit)

public KitBestowData(Kit kit)

Parameters

kit Kit

Properties

IsLowAmmo

public bool IsLowAmmo { get; init; }

Property Value

bool

Kit

public Kit Kit { get; }

Property Value

Kit

Layouts

public IReadOnlyList<KitLayoutTransformation>? Layouts { get; }

Property Value

IReadOnlyList<KitLayoutTransformation>

ResupplyAmmoBags

public bool ResupplyAmmoBags { get; init; }

Property Value

bool

Silent

public bool Silent { get; init; }

Property Value

bool