Mutually_Assured_Destruction/buildings/propaganda_building.cs
2023-06-10 18:36:39 -04:00

8 lines
135 B
C#

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