feat: initial handler structures for player steps
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from diceplayer.state.state_model import StateModel
|
||||
|
||||
|
||||
class DiceHandler:
|
||||
@staticmethod
|
||||
def run(state: StateModel, current_cycle: int) -> StateModel: ...
|
||||
Reference in New Issue
Block a user