This commit is contained in:
MarcEricMartel
2023-06-11 14:49:51 -04:00
parent 5e3255bfc9
commit db701d79c6
10 changed files with 47 additions and 24 deletions

View File

@@ -2,8 +2,8 @@ using Godot;
public partial class arms_building : base_building
{
[Export]
public int Megaton { get; set; } = 1;
[Export]
public int ApprovalDrop { get; set; } = 1;
[Export]
public int Megaton { get; set; } = 1;
[Export]
public int Approval { get; set; } = 1;
}