Abstract class with public constructor
This commit is contained in:
committed by
atlimit8
parent
1b69ff017d
commit
c0d270b87d
@@ -27,7 +27,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
|||||||
{
|
{
|
||||||
public readonly int MapSize;
|
public readonly int MapSize;
|
||||||
|
|
||||||
public ImportLegacyMapCommand(int mapSize)
|
protected ImportLegacyMapCommand(int mapSize)
|
||||||
{
|
{
|
||||||
MapSize = mapSize;
|
MapSize = mapSize;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user