Pastebin

New pastes are no longer accepted · Stats

Latest Pastes

bool Harvestable code harvesting by Bar

bool Harvestable()
    {
        switch (this->tilespec)
        {
            case HarvestTree:
                return true;
            default:
				return false;
        }
    }