autocontrol
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#include "player.h"
|
||||
|
||||
Player::Player(int Id, QObject *parent) :
|
||||
QObject(parent)
|
||||
QObject(parent)
|
||||
{
|
||||
playerId = Id;
|
||||
money = 100;
|
||||
selectAlienId = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user