started random algorithm. problem with funciton separation between properties and layer

This commit is contained in:
Raphael Maenle
2017-12-21 12:43:31 +01:00
parent dd9f8f3250
commit bd07d291db
9 changed files with 34 additions and 49 deletions

View File

@ -14,10 +14,7 @@ class DestructionPower_Properties
{
public:
explicit DestructionPower_Properties();
map<int,float> getSpeedTable()
{
return SpeedTable;
}
map<int,float> getSpeedTable() {return SpeedTable;}
void setSpeedTable();
private: