Class StatusEffect
Namespace: ReAgent.State
Assembly: ReAgent.dll
Syntax
public record StatusEffect
Properties
Charges
Declaration
public int Charges { get; init; }
Property Value
Type | Description |
---|---|
int |
Exists
Declaration
public bool Exists { get; init; }
Property Value
Type | Description |
---|---|
bool |
PercentTimeLeft
Declaration
public double PercentTimeLeft { get; }
Property Value
Type | Description |
---|---|
double |
TimeLeft
Declaration
public double TimeLeft { get; init; }
Property Value
Type | Description |
---|---|
double |
TotalTime
Declaration
public double TotalTime { get; init; }
Property Value
Type | Description |
---|---|
double |