Started working on receiving information about other players
This commit is contained in:
@@ -69,6 +69,7 @@ struct NewPlayer {
|
||||
char handle[PACKET_STRING_SIZE];
|
||||
char avatar[PACKET_STRING_SIZE];
|
||||
Vector2 position;
|
||||
Vector2 motion;
|
||||
};
|
||||
|
||||
struct DeletePlayer {
|
||||
|
||||
Reference in New Issue
Block a user