Implement basic stash command
This commit is contained in:
parent
db3c2c2c2e
commit
8b1eca0aee
3 changed files with 34 additions and 10 deletions
|
@ -2,6 +2,8 @@ package game
|
|||
|
||||
const (
|
||||
CommandMove = "move"
|
||||
|
||||
CommandStash = "stash"
|
||||
)
|
||||
|
||||
// Command represends a single command to execute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue