Created Mine Map and ReactivePlanner
This commit is contained in:
10
ConsoleApp/PathPlanners/IReactivePathPlanner.cs
Normal file
10
ConsoleApp/PathPlanners/IReactivePathPlanner.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using HexCore;
|
||||
|
||||
namespace ConsoleApp.PathPlanners
|
||||
{
|
||||
public interface IReactivePathPlanner
|
||||
{
|
||||
Queue<Coordinate2D> ReactiveHexPath { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user