Mutually_Assured_Destruction/buildings/propaganda_building.cs
2023-06-10 17:14:55 -04:00

8 lines
131 B
C#

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