Table of Contents

Class ConcreteClothingKitItem

Namespace
Uncreated.Warfare.Kits.Items
Assembly
Uncreated.Warfare.dll
public class ConcreteClothingKitItem : ConcreteClothingItem, IConcreteItem, IClothingItem, IKitItem, IItem, IEquatable<IItem>, ITranslationArgument
Inheritance
ConcreteClothingKitItem
Implements
Inherited Members
Extension Methods

Constructors

ConcreteClothingKitItem()

public ConcreteClothingKitItem()
public ConcreteClothingKitItem(uint pk, uint kitId, ClothingType clothingType, IAssetLink<ItemClothingAsset> item, byte[]? state, byte amount = 255, byte quality = 100)

Parameters

pk uint
kitId uint
clothingType ClothingType
item IAssetLink<ItemClothingAsset>
state byte[]
amount byte
quality byte

Properties

KitId

public uint KitId { get; init; }

Property Value

uint

PrimaryKey

public uint PrimaryKey { get; init; }

Property Value

uint