17 lines
300 B
Go
17 lines
300 B
Go
package room
|
|
|
|
import (
|
|
"game/common/proto/pb"
|
|
"github.com/fox/fox/ipb"
|
|
)
|
|
|
|
func (rm *ColorRoom) checkEnterRoom(user *ColorPlayer, iMsg *ipb.InternalMsg, req *pb.C2SMatchRoom) {
|
|
|
|
return
|
|
}
|
|
|
|
func (rm *ColorRoom) OnEnterRoom(user *ColorPlayer, iMsg *ipb.InternalMsg, req *pb.C2SMatchRoom) {
|
|
|
|
return
|
|
}
|