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