9 lines
181 B
Go
9 lines
181 B
Go
package caninerabbit
|
|
|
|
import "go_dreamfactory/pb"
|
|
|
|
type GameRules struct {
|
|
Difficulty pb.DBDColorDifficulty `json:"Difficulty"`
|
|
Repeat bool `json:"Repeat"`
|
|
}
|