Backup
Working through some localization stuff will probably be pretty fluid.
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
using ConsoleApp.Maps;
|
||||
|
||||
namespace ConsoleApp
|
||||
{
|
||||
public interface IVehicle
|
||||
{
|
||||
int Length { get; }
|
||||
int Width { get; }
|
||||
int DetectorWidth { get; }
|
||||
int DetectorOffset { get;}
|
||||
int DetectorWidth { get;}
|
||||
ICell CurrentHexCell { get; set; }
|
||||
Heading HexHeading { get; set; }
|
||||
Heading SquareHeading { get; set; }
|
||||
ICell CurrentSquareCell { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user