yasuki_core.engine.rules.log.Act#
- class Act(seat, action)[source]#
Tape entry: the active player took an action — a pass or a card action.
- Attributes:
- seat
PlayerId The seat that acted, recorded so replay can verify the log stays in step with the engine.
- action
Action The action taken.
- seat
Methods
Act.__init__(seat, action)Attributes
seataction