Pop-Engine/Pop Engine/Production.cpp

10 lines
127 B
C++
Raw Normal View History

2019-08-12 16:25:03 +00:00
#include "Production.h"
2019-08-22 15:56:53 +00:00
float Production::get_value(){
return value;
}
string Production::get_name(){
return name;
}