Gogs 4 月之前
父節點
當前提交
a1c9179dab
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/server/msg/msg.go

+ 1 - 0
src/server/msg/msg.go

@@ -39,6 +39,7 @@ func init() {
 	// Processor.Register(&PlayerOptType{})
 	// Processor.Register(&PlayerOpt{})
 	Processor.Register(&ReqRound{})
+	Processor.Register(&ReqBet{})
 	// Processor.Register(&MsgError{})
 	Processor.Register(&ReqPlayerList{})
 	Processor.Range(func(id uint16, t reflect.Type) {