Make WithHarvestOverlay fields readonly.
This commit is contained in:
@@ -30,8 +30,8 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
class WithHarvestOverlay : INotifyHarvesterAction
|
||||
{
|
||||
WithHarvestOverlayInfo info;
|
||||
Animation anim;
|
||||
readonly WithHarvestOverlayInfo info;
|
||||
readonly Animation anim;
|
||||
bool visible;
|
||||
|
||||
public WithHarvestOverlay(Actor self, WithHarvestOverlayInfo info)
|
||||
|
||||
Reference in New Issue
Block a user