Class ConcreteClothingKitItem
public class ConcreteClothingKitItem : ConcreteClothingItem, IConcreteItem, IClothingItem, IKitItem, IItem, IEquatable<IItem>, ITranslationArgument
- Inheritance
-
ConcreteClothingKitItem
- Implements
- Inherited Members
- Extension Methods
Constructors
ConcreteClothingKitItem()
public ConcreteClothingKitItem()
ConcreteClothingKitItem(uint, uint, ClothingType, IAssetLink<ItemClothingAsset>, byte[]?, byte, byte)
public ConcreteClothingKitItem(uint pk, uint kitId, ClothingType clothingType, IAssetLink<ItemClothingAsset> item, byte[]? state, byte amount = 255, byte quality = 100)
Parameters
pkuintkitIduintclothingTypeClothingTypeitemIAssetLink<ItemClothingAsset>statebyte[]amountbytequalitybyte
Properties
KitId
public uint KitId { get; init; }
Property Value
PrimaryKey
public uint PrimaryKey { get; init; }