Batch 1 - Scripts
This commit is contained in:
@@ -200,4 +200,8 @@ public class MinimapManager : MonoBehaviour
|
||||
{
|
||||
FindPlayer();
|
||||
}
|
||||
|
||||
public Transform Player => player;
|
||||
|
||||
public Camera MinimapCamera => minimapCam;
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ public class MinimapMarkerManager : MonoBehaviour
|
||||
[Header("Settings")]
|
||||
[SerializeField] private bool autoSetupOnStart = true;
|
||||
[SerializeField] private float refreshInterval = 2f;
|
||||
|
||||
|
||||
private static MinimapMarkerManager instance;
|
||||
public static MinimapMarkerManager Instance => instance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user