diff --git a/OpenRA.Mods.Common/Traits/Render/WithRotor.cs b/OpenRA.Mods.Common/Traits/Render/WithRotor.cs index 8db1df98a1..6a7f98693c 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithRotor.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithRotor.cs @@ -45,9 +45,9 @@ namespace OpenRA.Mods.Common.Traits public class WithRotor : ITick { - WithRotorInfo info; - Animation rotorAnim; - IMove movement; + readonly WithRotorInfo info; + readonly Animation rotorAnim; + readonly IMove movement; public WithRotor(Actor self, WithRotorInfo info) {