Class Vital
Namespace: ReAgent.State
Assembly: ReAgent.dll
Syntax
public record Vital
Properties
Current
Declaration
public double Current { get; init; }
Property Value
Type | Description |
---|---|
double |
Max
Declaration
public double Max { get; init; }
Property Value
Type | Description |
---|---|
double |
Percent
Declaration
public double Percent { get; }
Property Value
Type | Description |
---|---|
double |