mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-19 02:15:24 +01:00
10 lines
296 B
Go
10 lines
296 B
Go
package channelserver
|
|
|
|
import "github.com/Solenataris/Erupe/network/mhfpacket"
|
|
|
|
func handleMsgMhfInfoTournament(s *Session, p mhfpacket.MHFPacket) {}
|
|
|
|
func handleMsgMhfEntryTournament(s *Session, p mhfpacket.MHFPacket) {}
|
|
|
|
func handleMsgMhfAcquireTournament(s *Session, p mhfpacket.MHFPacket) {}
|