Class MonsterInfo
Inherited Members
Namespace: ReAgent.State
Assembly: ReAgent.dll
Syntax
public class MonsterInfo : EntityInfo
Properties
Buffs
Declaration
public BuffDictionary Buffs { get; }
Property Value
Type | Description |
---|---|
BuffDictionary |
IsInvincible
Declaration
public bool IsInvincible { get; }
Property Value
Type | Description |
---|---|
bool |
Rarity
Declaration
public MonsterRarity Rarity { get; }
Property Value
Type | Description |
---|---|
MonsterRarity |
Vitals
Declaration
public VitalsInfo Vitals { get; }
Property Value
Type | Description |
---|---|
VitalsInfo |