there is now a player character and the world renders using a cammera
This commit is contained in:
8
source/game_source/player/player_packet.c
Normal file
8
source/game_source/player/player_packet.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "player_packet.h"
|
||||
|
||||
int SendPlayerPacket(player_packet *pakcet, game_server *config) {
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user