slop of code
intermediate push so logan can have access to reset function
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class AStar : MonoBehaviour
|
||||
{
|
||||
|
||||
LogicGrid world;
|
||||
|
||||
public void setWorld(LogicGrid world)
|
||||
{
|
||||
this.world = world;
|
||||
}
|
||||
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user