9 lines
75 B
Go

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