Class StatusEffect
Assembly: ReAgent.dll
Syntax
public record StatusEffect
Properties
Charges
Declaration
public int Charges { get; init; }
Property Value
Exists
Declaration
public bool Exists { get; init; }
Property Value
Name
Declaration
public string Name { get; init; }
Property Value
PercentTimeLeft
Declaration
public double PercentTimeLeft { get; }
Property Value
Skill
Declaration
public SkillInfo Skill { get; }
Property Value
TimeLeft
Declaration
public double TimeLeft { get; init; }
Property Value
TotalTime
Declaration
public double TotalTime { get; init; }
Property Value