Untitled
unknown
c_cpp
3 months ago
281 B
6
Indexable
#include "Workshop.h" Workshop::Workshop(const CellPosition & workshopPosition):GameObject( workshopPosition) { } void Workshop::Draw(Output * pOut) const { pOut->DrawWorkshop(position); } void Workshop::Apply(Grid * pGrid, Player * pPlayer) { } Workshop::~Workshop() { }
Editor is loading...
Leave a Comment