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,6 +2,6 @@ using Godot;
public partial class kash_building : base_building
{
[Export]
public int KashGenPerSec { get; set; } = 1;
[Export]
public int KashGenPerSec { get; set; } = 1;
}