This commit is contained in:
j.mei7
2022-03-13 14:56:10 +01:00
parent 25ce88501d
commit eb71cdbc9d
41 changed files with 1830 additions and 205 deletions

View File

@@ -6,8 +6,9 @@ public class PathfindingSystem : MonoBehaviour
{
public static PathfindingSystem instance { get; private set; }
public Pathfinding pathfinding;
int originX = 0;
int originY = 0;
// int originX = 0;
// int originY = 0;
void Start()
{