started random algorithm. problem with funciton separation between properties and layer
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user