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

6 lines
76 B
C++

#include "Land.h"
shared_ptr<Market> Land::get_market(){
return mkt;
}