Pular para o conteúdo principal

Class DeclaredActionInfo

Namespace: DiceRolling.Controllers
Assembly: dice-rolling.dll

Stores information about an action declared by a character, including the action itself and the chosen target.

public class DeclaredActionInfo

Inheritance

objectDeclaredActionInfo

Inherited Members

Show/Hide Inherited Members

Constructors

DeclaredActionInfo(ActionType, CharacterType)

public DeclaredActionInfo(ActionType action, CharacterType target)

Parameters

action ActionType

target CharacterType

DeclaredActionInfo()

public DeclaredActionInfo()

Properties

Action

public ActionType? Action { get; }

Property Value

ActionType?

Target

public CharacterType? Target { get; }

Property Value

CharacterType?

Methods

IsPass()

public bool IsPass()

Returns

bool

Tem uma sugestão? 💡