Make WithBuildingPlacedOverlay fields readonly.

This commit is contained in:
Paul Chote
2015-08-01 13:32:21 +01:00
parent 4e27ac9aac
commit 038e8018b9

View File

@@ -33,7 +33,7 @@ namespace OpenRA.Mods.Common.Traits
public class WithBuildingPlacedOverlay : INotifyBuildComplete, INotifySold, INotifyDamageStateChanged, INotifyBuildingPlaced, INotifyTransform
{
Animation overlay;
readonly Animation overlay;
bool buildComplete;
public WithBuildingPlacedOverlay(Actor self, WithBuildingPlacedOverlayInfo info)