Make NukePower fields readonly.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
class NukePower : SupportPower
|
class NukePower : SupportPower
|
||||||
{
|
{
|
||||||
readonly NukePowerInfo info;
|
readonly NukePowerInfo info;
|
||||||
IBodyOrientation body;
|
readonly IBodyOrientation body;
|
||||||
|
|
||||||
public NukePower(Actor self, NukePowerInfo info)
|
public NukePower(Actor self, NukePowerInfo info)
|
||||||
: base(self, info)
|
: base(self, info)
|
||||||
|
|||||||
Reference in New Issue
Block a user