feat: simplify station production
This commit is contained in:
@@ -98,6 +98,7 @@ public sealed class ModuleDefinition
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public required string Type { get; set; }
|
||||
public string? Product { get; set; }
|
||||
public string ProductionMode { get; set; } = "passive";
|
||||
public float Radius { get; set; } = 12f;
|
||||
public float Hull { get; set; } = 100f;
|
||||
public float WorkforceNeeded { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user