Show / Hide Table of Contents

Class FlaskInfo

Inheritance
object
FlaskInfo
Namespace: ReAgent.State
Assembly: ReAgent.dll
Syntax
public record FlaskInfo

Properties

Active

Declaration
public bool Active { get; init; }
Property Value
Type Description
bool

CanBeUsed

Declaration
public bool CanBeUsed { get; init; }
Property Value
Type Description
bool

Charges

Declaration
public int Charges { get; init; }
Property Value
Type Description
int

ChargesPerUse

Declaration
public int ChargesPerUse { get; init; }
Property Value
Type Description
int

MaxCharges

Declaration
public int MaxCharges { get; init; }
Property Value
Type Description
int

Name

Declaration
public string Name { get; init; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX