Mutually_Assured_Destruction/buildings/propaganda_building.cs

8 lines
131 B
C#
Raw Normal View History

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