it fricken works!
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using System.Numerics;
|
||||
using System.Diagnostics;
|
||||
using System.Numerics;
|
||||
|
||||
namespace PathFinding
|
||||
{
|
||||
[DebuggerDisplay("{Direction} - {Distance}")]
|
||||
public class Path
|
||||
{
|
||||
public Vector2 Direction { get; }
|
||||
|
||||
Reference in New Issue
Block a user