game patch(Immortal) Updated to 0.0.6.8900a

This commit is contained in:
2022-03-30 23:58:27 -04:00
parent 0abe43b700
commit 2db4153c9d
10 changed files with 264 additions and 82 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ public class EntityProductionModel : IEntityPartInterface {
public int BuildTime { get; set; } = 0;
// Remove cooldown as a cost, and move into ability stats
public int Cooldown { get; set; } = 0;
public float Cooldown { get; set; } = 0;
public bool RequiresWorker { get; set; } = false;
public bool ConsumesWorker { get; set; } = false;