minor update

This commit is contained in:
stryan 2021-10-01 13:42:05 -04:00
parent dfb7fd159e
commit ab0af6e41f
1 changed files with 5 additions and 5 deletions

2
cmd.go
View File

@ -26,7 +26,7 @@ type CommandResult struct {
ResultType CmdType `json:"result_type"`
StateResult *GameView `json:"state_result,omitempty"`
ActionResult *Deck `json:"action_result,omitempty"`
DebugResult *interface{} `json:"debug_result,omitempty"`
DebugResult interface{} `json:"debug_result,omitempty"`
}
func (c *CommandResult) String() string {