示例#1
0
func Send(session *anet.Session, opcode protocol.OPCODE, msg interface{}) {
	session.Send(int16(opcode), msg)
}