@ -14,7 +14,7 @@ interface ActionManager {
fun getStreetNextCalls(index: Int): List<ComputedAction>
fun getPlayerNextStreetActions(index: Int): List<ComputedAction>
fun dropNextActions(index: Int)
fun allinAmountSet(position: Int)
fun allinAmountSet(positionIndex: Int)
}
interface ActionListListener : PlayerSetupCreationListener {