Mutually_Assured_Destruction/buildings/kash_building.cs

8 lines
130 B
C#
Raw Normal View History

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