Beispiel #1
0
 private void Start()
 {
     this.accumulatorMan = AccumulatorMan.Instance;
 }
Beispiel #2
0
 private void Awake()
 {
     Instance = this;
     GameObject.DontDestroyOnLoad(this.gameObject);
 }