Added profile calculation
This commit is contained in:
@ -7,11 +7,11 @@
|
||||
#include "../../interfaces/ICostComponent.h"
|
||||
|
||||
|
||||
class BillCharge : public ICostComponent {
|
||||
class BillCharge : public ICostComponent
|
||||
{
|
||||
public:
|
||||
void apply(std::unique_ptr<Building::Base>& building, std::unique_ptr<Community>& community) override;
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif //BILLCHARGE_H
|
||||
|
||||
Reference in New Issue
Block a user