|
@@ -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) {
|