Mutually_Assured_Destruction/buildings/propaganda_building.cs

8 lines
135 B
C#
Raw Normal View History

2023-06-10 17:14:55 -04:00
using Godot;
public partial class propaganda_building : base_building
{
[Export]
2023-06-10 18:36:39 -04:00
public int ApprovalGain { get; set; } = 1;
2023-06-10 17:14:55 -04:00
}