"update unresolved conflicts"
This commit is contained in:
@ -5,8 +5,6 @@ public class MapManager : MonoBehaviour
|
||||
{
|
||||
private static MapManager instance;
|
||||
public static MapManager Instance => instance;
|
||||
private static List<NavPoint> navPoints = new List<NavPoint>();
|
||||
private static Dictionary<int, NavPoint> iDToNavPoint = new Dictionary<int, NavPoint>();
|
||||
public static List<NavPoint> NavPoints { get => navPoints; private set => navPoints = value; }
|
||||
public static Dictionary<int, NavPoint> IDToNavPoint { get => iDToNavPoint; private set => iDToNavPoint = value; }
|
||||
|
||||
|
Reference in New Issue
Block a user