Beispiel #1
0
 private void Awake()
 {
     Instance = this;
 }
Beispiel #2
0
 private void Start()
 {
     Debug.Log(SceneEvent.Instance);
     eventManager = SceneEvent.Instance;
 }