TablePlayerDoneMoves Property |
Returns a list of all moves from the player that he has done at the table.
Namespace: Potbot.Gameplay.PlayersAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax public List<MoveFromPlayer> DoneMoves { get; }
Public ReadOnly Property DoneMoves As List(Of MoveFromPlayer)
Get
member DoneMoves : List<MoveFromPlayer> with get
Return Value
Type:
ListMoveFromPlayerSee Also