autocontrol

This commit is contained in:
unknown
2010-08-30 11:03:21 +04:00
parent 183d1a45b9
commit 13f8040f4e
9 changed files with 392 additions and 274 deletions

View File

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