Esempio n. 1
0
 void Awake()
 {
     Instance = this;
 }
Esempio n. 2
0
	public float verticalVelocity {get; set; } //Velocidad vertical
	
	// Use this when the object is created
	void Awake()
	{
		//Inicializamos la variable instancia
		instance = this;
	}
Esempio n. 3
0
    }                                              //Velocidad vertical

    // Use this when the object is created
    void Awake()
    {
        //Inicializamos la variable instancia
        instance = this;
    }