Show / Hide Table of Contents

Class SkillInfo

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

Properties

CanBeUsed

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

Cooldowns

Declaration
public List<float> Cooldowns { get; init; }
Property Value
Type Description
List<float>

DeployedEntities

Declaration
public List<MonsterInfo> DeployedEntities { get; }
Property Value
Type Description
List<MonsterInfo>

EsCost

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

Exists

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

IsUsing

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

LifeCost

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

ManaCost

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

MaxUses

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

Name

Declaration
public string Name { get; init; }
Property Value
Type Description
string

RemainingUses

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

UseStage

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