Beispiel #1
0
 // Start is called before the first frame update
 private void Awake()
 {
     if (instance == null)
     {
         instance = this;
     }
 }
 // Start is called before the first frame update
 private void Awake()
 {
     instance = this;
 }