9 lines
95 B
Go
Raw Normal View History

2024-01-24 19:57:31 +00:00
package packet
const (
Ping = 1
Login = 2
Logout = 3
PlayerState = 10
)