feat(BuildCalc) Optimized the build calculator

This commit is contained in:
2022-04-13 15:13:06 -04:00
parent 656b914c6e
commit 39db0afbe5
22 changed files with 803 additions and 561 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ public class EntityModel
}
public EntitySupplyModel Supply()
public EntitySupplyModel? Supply()
{
return ((EntitySupplyModel)EntityParts.Find(x => x.GetType() == typeof(EntitySupplyModel))!)!;
}