mirror of
https://github.com/CPunch/gopenfusion.git
synced 2024-11-12 19:20:06 +00:00
9 lines
162 B
Go
9 lines
162 B
Go
|
package server
|
||
|
|
||
|
import "github.com/CPunch/gopenfusion/protocol"
|
||
|
|
||
|
func (server *ShardServer) RequestEnter(peer *Peer, pkt protocol.Packet) error {
|
||
|
|
||
|
return nil
|
||
|
}
|