9 lines
76 B
GDScript
9 lines
76 B
GDScript
class_name Packet
|
|
|
|
enum {
|
|
PING = 1,
|
|
LOGIN = 2,
|
|
LOGOUT = 3,
|
|
MOVE = 10,
|
|
}
|