package bluffinmuffin.poker.entities.type; public enum PlayerActionType { FOLDED, CALLED, RAISED, SMALL_BLIND_POSTED, BIG_BLIND_POSTED, NOTHING }