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

6 lines
88 B
C++

#include "Career.h"
shared_ptr<Production> Career::get_production(){
return pdt;
}