8 lines
75 B
GDScript3
Raw Normal View History

2024-01-16 22:01:16 +00:00
class_name Packet
enum {
PING = 1,
LOGIN = 2,
LOGOUT = 3,
MOVE = 10,
}