Improved environment
This commit is contained in:
7
network/Packet.gd
Normal file
7
network/Packet.gd
Normal file
@ -0,0 +1,7 @@
|
||||
class_name Packet
|
||||
enum {
|
||||
PING = 1,
|
||||
LOGIN = 2,
|
||||
LOGOUT = 3,
|
||||
MOVE = 10,
|
||||
}
|
Reference in New Issue
Block a user