feat(BuildCalc) Optimized the build calculator
This commit is contained in:
@@ -165,7 +165,7 @@ public class EntityModel
|
||||
}
|
||||
|
||||
|
||||
public EntitySupplyModel Supply()
|
||||
public EntitySupplyModel? Supply()
|
||||
{
|
||||
return ((EntitySupplyModel)EntityParts.Find(x => x.GetType() == typeof(EntitySupplyModel))!)!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user