basic building structures
This commit is contained in:
7
buildings/kash_building.cs
Normal file
7
buildings/kash_building.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Godot;
|
||||
|
||||
public partial class kash_building : base_building
|
||||
{
|
||||
[Export]
|
||||
public int KashGenPerSec { get; set; } = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user