Click or drag to resize
TablePlayerDoneMoves Property
Returns a list of all moves from the player that he has done at the table.

Namespace: Potbot.Gameplay.Players
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
public List<MoveFromPlayer> DoneMoves { get; }

Return Value

Type: ListMoveFromPlayer
See Also