Table of Contents

Class KitDelay

Namespace
Uncreated.Warfare.Models.Kits
Assembly
Uncreated.Warfare.dll
[Table("kits_delays")]
public class KitDelay : BaseDelay, ICloneable
Inheritance
KitDelay
Implements
Inherited Members

Constructors

KitDelay()

public KitDelay()

KitDelay(KitDelay)

public KitDelay(KitDelay other)

Parameters

other KitDelay

Properties

KitId

[Required]
[Column("Kit")]
public uint KitId { get; set; }

Property Value

uint

Methods

Clone()

Creates a new object that is a copy of the current instance.

public override object Clone()

Returns

object

A new object that is a copy of this instance.