Class CooldownTypeConfiguration
public class CooldownTypeConfiguration
- Inheritance
-
CooldownTypeConfiguration
- Inherited Members
Constructors
CooldownTypeConfiguration(string)
public CooldownTypeConfiguration(string type)
Parameters
typestring
Properties
Duration
public TimeSpan Duration { get; set; }
Property Value
ResetOnGameEnd
public bool ResetOnGameEnd { get; set; }
Property Value
Type
public string Type { get; }