Implement basic stash command

This commit is contained in:
Marc Di Luzio 2020-06-26 18:59:12 +01:00
parent db3c2c2c2e
commit 8b1eca0aee
3 changed files with 34 additions and 10 deletions

View file

@ -2,6 +2,8 @@ package game
const (
CommandMove = "move"
CommandStash = "stash"
)
// Command represends a single command to execute