Changed things to do with Shroud to WRange. Updated Utility.
This commit is contained in:
@@ -19,7 +19,7 @@ namespace OpenRA.Mods.RA
|
||||
{
|
||||
public class MPStartLocationsInfo : TraitInfo<MPStartLocations>
|
||||
{
|
||||
public readonly int InitialExploreRange = 5;
|
||||
public readonly WRange InitialExploreRange = WRange.FromCells(5);
|
||||
}
|
||||
|
||||
public class MPStartLocations : IWorldLoaded
|
||||
|
||||
Reference in New Issue
Block a user