basic factory and capitol scenes

This commit is contained in:
Victor Turgeon
2023-06-10 18:36:39 -04:00
parent b5201b3c16
commit fb1d8ea190
12 changed files with 240 additions and 45 deletions

View File

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