Merge branch 'main' of ssh://gitfrieds.nackenbox.xyz:3011/MeigoFried/GameVsJam
This commit is contained in:
@ -14,7 +14,7 @@ public partial class GameManager : MonoBehaviourSingleton<GameManager>
|
||||
public GameObject NeedFullfilledParticleEffect;
|
||||
|
||||
[SerializeField]
|
||||
private GameObject _player;
|
||||
private Character _player;
|
||||
|
||||
[SerializeField]
|
||||
private double _totalGameDurationSeconds;
|
||||
@ -52,6 +52,8 @@ public partial class GameManager : MonoBehaviourSingleton<GameManager>
|
||||
|
||||
public double NeedNotificationThreshold => _needNotificationThreshold;
|
||||
|
||||
public Character Player => _player;
|
||||
|
||||
/// <summary>
|
||||
/// Die Transform des Spielers.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user