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

            juggler = new Juggler();
        }