Files
aliendefender/player.cpp
buull 191e5ed1a1 I think finished structures
and some changes in loading
and changes in map class
we have 2 TODO now
2010-08-22 21:55:29 +03:00

9 lines
117 B
C++

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