various adjustments
This commit is contained in:
@ -4,12 +4,6 @@
|
||||
|
||||
#include "TaxComponent.h"
|
||||
|
||||
void TaxComponent::applyCost(std::vector<std::unique_ptr<Community>>& communities)
|
||||
{
|
||||
Community::iterateVector(communities, [&](Community& community)
|
||||
{
|
||||
Building::Base::iterateVector(community.buildings(), [&](Building::Base& building)
|
||||
{
|
||||
});
|
||||
});
|
||||
void apply(std::unique_ptr<Building::Base> &building, std::unique_ptr<Community> &community) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user