Back up
This commit is contained in:
@@ -5,5 +5,9 @@ namespace ConsoleApp.Maps
|
||||
public interface IHexMap
|
||||
{
|
||||
Graph Graph { get; }
|
||||
OffsetTypes OffsetType { get; }
|
||||
int Width { get; }
|
||||
int Height { get; }
|
||||
MovementType DefaultMovement { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user