Added player identification
This commit is contained in:
@ -6,8 +6,9 @@ enum Packet {
|
||||
PING = 1,
|
||||
LOGIN = 2,
|
||||
LOGOUT = 3,
|
||||
PLAYER_STATE = 10,
|
||||
PLAYER_MOVE = 11,
|
||||
PLAYER_ADD = 10,
|
||||
PLAYER_REMOVE = 11,
|
||||
PLAYER_MOVE = 12,
|
||||
}
|
||||
|
||||
@export var packet_type: Packet
|
||||
|
Reference in New Issue
Block a user