Pop-Engine/Pop Engine/Production.cpp
2019-08-22 23:56:53 +08:00

10 lines
127 B
C++

#include "Production.h"
float Production::get_value(){
return value;
}
string Production::get_name(){
return name;
}