Some checks failed
Linux arm64 / Build (push) Has been cancelled
ajout d'un changement pour la cadence de tir Co-authored-by: Morph01 <145839520+Morph01@users.noreply.github.com> Co-authored-by: Persson-dev <sim16.prib@gmail.com> Reviewed-on: #33 Reviewed-by: Simon Pribylski <sim16.prib@gmail.com> Co-authored-by: Morph01 <thibaut6969delastreet@gmail.com> Co-committed-by: Morph01 <thibaut6969delastreet@gmail.com>
16 lines
593 B
C
16 lines
593 B
C
#include "packets/ChatPacket.h"
|
|
#include "packets/ConnexionInfoPacket.h"
|
|
#include "packets/DisconnectPacket.h"
|
|
#include "packets/KeepAlivePacket.h"
|
|
#include "packets/PlayerJoinPacket.h"
|
|
#include "packets/PlayerLeavePacket.h"
|
|
#include "packets/PlayerListPacket.h"
|
|
#include "packets/PlayerLoginPacket.h"
|
|
#include "packets/PlayerPositionAndRotationPacket.h"
|
|
#include "packets/PlayerShootPacket.h"
|
|
#include "packets/PlayerStatsPacket.h"
|
|
#include "packets/ServerConfigPacket.h"
|
|
#include "packets/ServerTpsPacket.h"
|
|
#include "packets/UpdateGameStatePacket.h"
|
|
#include "packets/UpdateHealthPacket.h"
|