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