push triste du quad qui marche pas

This commit is contained in:
Claudel-D-Roy
2023-11-14 22:17:00 -05:00
parent dfd2ddc8af
commit 9426af39e7
4 changed files with 123 additions and 34 deletions

View File

@@ -12,10 +12,7 @@ class RemotePlayer : public Player {
public:
enum Anim: uint8_t { STILL = 1, RUNNING = 2, JUMPING = 4, SHOOTING = 8, POWERUP = 16, DEAD = 32 };
/*RemotePlayer();*/
RemotePlayer(netprot::PlayerInfo pinfo);
~RemotePlayer();