10 lines
166 B
C++
10 lines
166 B
C++
//
|
|
// Created by stani on 3/10/2025.
|
|
//
|
|
|
|
#include "TaxComponent.h"
|
|
|
|
void apply(std::unique_ptr<Building::Base> &building, std::unique_ptr<Community> &community) {
|
|
|
|
}
|