2025-06-08 00:04:46 +08:00
|
|
|
package room
|
|
|
|
|
|
|
|
import (
|
|
|
|
"game/common/proto/pb"
|
|
|
|
"github.com/fox/fox/ipb"
|
|
|
|
)
|
|
|
|
|
2025-06-08 00:14:42 +08:00
|
|
|
func (rm *ColorRoom) checkEnterRoom(user *ColorPlayer, iMsg *ipb.InternalMsg, req *pb.C2SMatchRoom) {
|
|
|
|
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
2025-06-08 00:04:46 +08:00
|
|
|
func (rm *ColorRoom) OnEnterRoom(user *ColorPlayer, iMsg *ipb.InternalMsg, req *pb.C2SMatchRoom) {
|
|
|
|
|
|
|
|
return
|
|
|
|
}
|