Refinements in Niklas code

This commit is contained in:
PlatinumSkink
2015-10-05 13:09:02 +02:00
parent 06c7245421
commit 58407203fc
6 changed files with 19 additions and 92 deletions
-2
View File
@@ -15,10 +15,8 @@ namespace Components
struct Brick : Component
{
int Points = 10;
int Hits = 1;
int Score = 50;
bool Removed = false;
};
}