/* * ===================================================================================== * * Filename: ServerPlayer.hpp * * Description: * * Created: 22/01/2019 23:11:34 * * Author: Quentin Bazin, * * ===================================================================================== */ #ifndef SERVERPLAYER_HPP_ #define SERVERPLAYER_HPP_ #include "Player.hpp" class ServerPlayer : public Player { public: }; #endif // SERVERPLAYER_HPP_