using Godot; public partial class kash_building : base_building { [Export] public int KashGenPerSec { get; set; } = 1; }