Make WithProductionOverlay fields readonly.

This commit is contained in:
Paul Chote
2015-08-01 13:32:40 +01:00
parent 038e8018b9
commit 322d941332

View File

@@ -36,7 +36,7 @@ namespace OpenRA.Mods.Common.Traits
public class WithProductionOverlay : INotifyDamageStateChanged, ITick, INotifyBuildComplete, INotifySold
{
Animation overlay;
readonly Animation overlay;
ProductionQueue queue;
bool buildComplete;