Improved network communication
This commit is contained in:
8
server/packet/packet.go
Normal file
8
server/packet/packet.go
Normal file
@ -0,0 +1,8 @@
|
||||
package packet
|
||||
|
||||
const (
|
||||
Ping = 1
|
||||
Login = 2
|
||||
Logout = 3
|
||||
PlayerState = 10
|
||||
)
|
Reference in New Issue
Block a user