Make WithVoxelBody fields readonly.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
|
|
||||||
public class WithVoxelBody : IAutoSelectionSize
|
public class WithVoxelBody : IAutoSelectionSize
|
||||||
{
|
{
|
||||||
int2 size;
|
readonly int2 size;
|
||||||
|
|
||||||
public WithVoxelBody(Actor self, WithVoxelBodyInfo info)
|
public WithVoxelBody(Actor self, WithVoxelBodyInfo info)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user