Adding method prototype

hh
Laurent 6 years ago
parent a5fb83fbe1
commit 70df3195e5
  1. 7
      app/src/main/java/net/pokeranalytics/android/model/handhistory/HHBuilder.kt

@ -179,7 +179,7 @@ class HHBuilder {
val dropedIndex = dropNextActionsIfNecessary(index)
this.addRequiredPlayerActions()
this.updateFollowupActions()
// Automatically sets action for the previous empty actions
val modifiedActions = mutableListOf<ComputedAction>()
@ -199,8 +199,9 @@ class HHBuilder {
/***
* Adds, if necessary, new ComputedAction for players that needs to act
* Also adds, if necessary, the Street separators and board selectors
*/
private fun addRequiredPlayerActions() {
private fun updateFollowupActions() {
// TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}
@ -277,7 +278,7 @@ class HHBuilder {
val computedAction = this.actionForIndex(index)
computedAction.action.amount = null
// TODO consequences?
// TODO consequences? follow up CALL for example?
}
/***

Loading…
Cancel
Save