Files
OpenRA/OpenRA.Game/Primitives
RoosterDragon 19072775d4 Changes ISpriteSource.Frames to be of type IReadOnlyList<ISpriteFrame>.
- Updated implementations to return a ReadOnlyList around an array (to reduce wasted memory from exposing lists or lazy enumerators around lists).
- Protect non-public ISpriteFrame classes by making them inner classes to prevent casting.
- Added an AsReadOnly extension method for lists.
2014-06-27 23:38:34 +01:00
..
2014-06-15 22:17:34 +12:00
2014-05-09 08:44:50 +02:00
2014-06-15 22:17:34 +12:00