Added Godot based server
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
class_name Packet
|
||||
|
||||
enum {
|
||||
PING = 1,
|
||||
LOGIN = 2,
|
||||
|
Reference in New Issue
Block a user
@ -1,4 +1,5 @@
|
||||
class_name Packet
|
||||
|
||||
enum {
|
||||
PING = 1,
|
||||
LOGIN = 2,
|
||||
|