#include "player.h" Player::Player(int Id, QObject *parent) : QObject(parent) { playerId = Id; money = 0; selectAlienId = -1; }