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
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
Target
public CharacterType? Target { get; }
Property Value
Methods
IsPass()
public bool IsPass()