minor update
This commit is contained in:
parent
dfb7fd159e
commit
ab0af6e41f
2
cmd.go
2
cmd.go
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user