feat(Database) Updating database to latest patch. Updating Calc hotkey UI to match

This commit is contained in:
2022-04-29 01:13:44 -04:00
parent b65dae0884
commit 7411cc7416
10 changed files with 305 additions and 282 deletions
@@ -15,4 +15,6 @@ public class EntityVitalityModel : IEntityPartInterface
public bool IsStructure { get; set; } = false;
public int Energy { get; set; } = 0;
public int Vision { get; set; } = 0;
}