Reduced nausea
This commit is contained in:
@@ -15,6 +15,9 @@ public class GlobalOrbitalSettings : MonoBehaviour
|
||||
|
||||
[SerializeField] GameObject m_RingPrefab;
|
||||
public static GameObject RingPrefab => Instance.m_RingPrefab;
|
||||
|
||||
[SerializeField] GameObject m_EnemyPrefab;
|
||||
public static GameObject EnemyPrefab => Instance.m_EnemyPrefab;
|
||||
|
||||
void Start() => Instance = this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user