Make WithRepairAnimation fields readonly.

This commit is contained in:
Paul Chote
2015-08-01 13:31:00 +01:00
parent c5becaab9b
commit bb092ec07b

View File

@@ -27,7 +27,7 @@ namespace OpenRA.Mods.Common.Traits
public class WithRepairAnimation : INotifyRepair public class WithRepairAnimation : INotifyRepair
{ {
WithRepairAnimationInfo info; readonly WithRepairAnimationInfo info;
public WithRepairAnimation(Actor self, WithRepairAnimationInfo info) public WithRepairAnimation(Actor self, WithRepairAnimationInfo info)
{ {