feat(Navigation) Improved desktop navigation UI
This commit is contained in:
@@ -177,7 +177,7 @@ public class EntityModel
|
||||
}
|
||||
|
||||
|
||||
public EntityProductionModel Production()
|
||||
public EntityProductionModel? Production()
|
||||
{
|
||||
return ((EntityProductionModel)EntityParts.Find(x => x.GetType() == typeof(EntityProductionModel))!)!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user