Improved network communication
This commit is contained in:
9
client/network/shared/Packet.gd
Normal file
9
client/network/shared/Packet.gd
Normal file
@ -0,0 +1,9 @@
|
||||
class_name Packet
|
||||
|
||||
enum {
|
||||
PING = 1,
|
||||
LOGIN = 2,
|
||||
LOGOUT = 3,
|
||||
PLAYER_STATE = 10,
|
||||
PLAYER_MOVE = 11,
|
||||
}
|
Reference in New Issue
Block a user