feat: Customize expansion and set maps on first boot (#1425)
This commit is contained in:
parent
3ffe049e08
commit
a9a2a89908
45 changed files with 700 additions and 269 deletions
|
|
@ -320,7 +320,6 @@ public sealed class Map : IComparable<Map>, ISpanFormattable, ISpanParsable<Map>
|
|||
public const int SectorActiveRange = 2;
|
||||
|
||||
private static ILogger logger = LogFactory.GetLogger(typeof(Map));
|
||||
|
||||
private readonly int m_FileIndex;
|
||||
private readonly Sector[][] m_Sectors;
|
||||
private readonly int m_SectorsHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue