Beispiel #1
0
 void Awake()
 {
     juggler = Core.Juggler;
 }
Beispiel #2
0
 public Juggler()
 {
     Instance = this;
 }
Beispiel #3
0
        void Awake()
        {
            DontDestroyOnLoad(this.gameObject);

            juggler = new Juggler();
        }