Initialize Commit
This commit is contained in:
10
codec/packet/game/server/packet.go
Normal file
10
codec/packet/game/server/packet.go
Normal file
@ -0,0 +1,10 @@
|
||||
//codec:ignore
|
||||
package server
|
||||
|
||||
import "github.com/Tnze/go-mc/data/packetid"
|
||||
|
||||
type ServerboundPacket interface {
|
||||
ServerboundPacketID() packetid.ServerboundPacketID
|
||||
}
|
||||
|
||||
var ServerboundPackets = make(map[packetid.ServerboundPacketID]ServerboundPacket)
|
Reference in New Issue
Block a user