/* ---------Daniel's Start---------
     */


    void KillEnemy()
    {
        playerC.AddMoney(2);
        Destroy(this.gameObject);
    }