Table of Contents

Class CooldownTypeConfiguration

Namespace
Uncreated.Warfare.Players.Cooldowns
Assembly
Uncreated.Warfare.dll
public class CooldownTypeConfiguration
Inheritance
CooldownTypeConfiguration
Inherited Members

Constructors

CooldownTypeConfiguration(string)

public CooldownTypeConfiguration(string type)

Parameters

type string

Properties

Duration

public TimeSpan Duration { get; set; }

Property Value

TimeSpan

ResetOnGameEnd

public bool ResetOnGameEnd { get; set; }

Property Value

bool

Type

public string Type { get; }

Property Value

string