bom/server/packet/types.go
2024-01-15 17:08:26 +01:00

9 lines
75 B
Go

package packet
const (
PING = 1
LOGIN = 2
LOGOUT = 3
MOVE = 10
)