bgammon/event.go

8 lines
107 B
Go

package bgammon
// events are always received FROM the server
type Event struct {
Player int
Command
}