9 lines
75 B
Go
Raw Normal View History

2024-01-15 16:08:26 +00:00
package packet
const (
PING = 1
LOGIN = 2
LOGOUT = 3
MOVE = 10
)