Improved environment

This commit is contained in:
2024-01-16 23:01:16 +01:00
parent 8f0f3d9998
commit 6934f2936b
16 changed files with 274 additions and 96 deletions

7
network/Packet.gd Normal file
View File

@ -0,0 +1,7 @@
class_name Packet
enum {
PING = 1,
LOGIN = 2,
LOGOUT = 3,
MOVE = 10,
}