Make NukePower fields readonly.

This commit is contained in:
Paul Chote
2015-08-01 13:35:41 +01:00
parent 6f60b16f06
commit 3dda305524

View File

@@ -53,7 +53,7 @@ namespace OpenRA.Mods.Common.Traits
class NukePower : SupportPower
{
readonly NukePowerInfo info;
IBodyOrientation body;
readonly IBodyOrientation body;
public NukePower(Actor self, NukePowerInfo info)
: base(self, info)