package caninerabbit import "go_dreamfactory/pb" type GameRules struct { Difficulty pb.DBDColorDifficulty `json:"Difficulty"` Repeat bool `json:"Repeat"` }