using Godot;
public partial class propaganda_building : base_building
{
[Export]
public int ApprovalGain { get; set; } = 1;
}