Improved network code
This commit is contained in:
8
server/packet/types.go
Normal file
8
server/packet/types.go
Normal file
@ -0,0 +1,8 @@
|
||||
package packet
|
||||
|
||||
const (
|
||||
PING = 1
|
||||
LOGIN = 2
|
||||
LOGOUT = 3
|
||||
MOVE = 10
|
||||
)
|
Reference in New Issue
Block a user