Files
OpenRA/OpenRA.Mods.Common/Traits/Player/TechTree.cs
RoosterDragon 0b4a54ab54 TechTree.GatherOwnedPrerequisites performance improvements.
- Consuming methods cared only about the count and not the actual actors, so only counts the actors rather that creating lists.
- ProvidesPrerequisites implementations return cached objects rather then allocating new enumerables on each call.
2023-05-06 20:07:35 +03:00

5.6 KiB