go_dreamfactory/modules/caninerabbit/core.go
2023-10-26 17:42:56 +08:00

9 lines
181 B
Go

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