Interface IMapEntryOverlay
Namespace: Eco.Shared.Gameplay
Assembly: Eco.Shared.dll
Syntax
[ApplyOnView]
public interface IMapEntryOverlay : IMinimapOption
Properties
Map
Declaration
Array2D<int> Map { get; }
Property Value
Type | Description |
---|---|
Array2D<System.Int32> |
MapEntries
Declaration
Dictionary<int, MapEntry> MapEntries { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, MapEntry> |