Class SkillInfo
Assembly: ReAgent.dll
Syntax
Properties
CanBeUsed
Declaration
public bool CanBeUsed { get; init; }
Property Value
Cooldowns
Declaration
public List<float> Cooldowns { get; init; }
Property Value
DeployedEntities
Declaration
public List<MonsterInfo> DeployedEntities { get; }
Property Value
EsCost
Declaration
public int EsCost { get; init; }
Property Value
Exists
Declaration
public bool Exists { get; init; }
Property Value
IsUsing
Declaration
public bool IsUsing { get; init; }
Property Value
LifeCost
Declaration
public int LifeCost { get; init; }
Property Value
ManaCost
Declaration
public int ManaCost { get; init; }
Property Value
MaxUses
Declaration
public int MaxUses { get; init; }
Property Value
Name
Declaration
public string Name { get; init; }
Property Value
RemainingUses
Declaration
public int RemainingUses { get; init; }
Property Value
UseStage
Declaration
public int UseStage { get; init; }
Property Value