#include "player.h" Player::Player(){} Player::~Player(){} Player::Player(std::string& ip, std::string& port, std::string& nick){ this->ip = ip; this->port = port; this->nick = nick; }