Splitting large data file for less cumbersome editing and IDE lag
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
@code {
|
||||
|
||||
readonly IEnumerable<EntityProductionModel> data = DATA.Get()
|
||||
readonly IEnumerable<EntityProductionModel> data = EntityData.Get()
|
||||
.SelectMany(e => e.Value.EntityParts)
|
||||
.OfType<EntityProductionModel>()
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user