class documentation

class PaybackState(State): (source)

View In Hierarchy

Undocumented

Method __init__ initializes the state
Method input parses command and options from user into a game action
Instance Variable debt Undocumented
Instance Variable defect_choice Undocumented
Instance Variable game Undocumented
def __init__(self, game, debt): (source)

initializes the state

def input(self, user, command, options): (source)

parses command and options from user into a game action

Undocumented

defect_choice: bool = (source)

Undocumented