You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine($"Type: {type} implements ILocoStruct and has a CostIndex property.");
116
111
}
117
112
118
-
//foreach (var obj in index.Objects.Where(x => x.ObjectSource is ObjectSource.LocomotionSteam or ObjectSource.LocomotionGoG && locoStructTypesWithCostIndex.Contains(x.ObjectType)))
foreach(varobjinindex.Objects.Where(x =>x.ObjectSourceisObjectSource.LocomotionSteam or ObjectSource.LocomotionGoG&&locoStructTypesWithCostIndex.Contains(x.ObjectType)))
114
+
//foreach (var obj in index.Objects.Where(x => locoStructTypesWithCostIndex.Contains(x.ObjectType)))
0 commit comments