Files
OpenRA/OpenRA.Mods.Common/Activities/Demolish.cs
RoosterDragon fb0cab7481 Cache results of TraitsImplementing calls.
If a class is caching the TraitsImplementing enumerable, instead cache the results of enumerating it to an array. The avoids having to enumerate the sequence each time it is needed.
2015-04-25 20:42:27 +01:00

2.1 KiB