Click or drag to resize
TablePlayerLastMove Property
Returns the last MoveFromPlayer regardless of the hand it was done.

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

Return Value

Type: MoveFromPlayer
The last MoveFromPlayer even if it wasn't done in the current hand.
See Also