void Start()
 {
     PlayerStats = FindObjectOfType <Player_Stats>();
     Player      = PlayerStats.GetComponent <Player_Control>();
     Gun         = FindObjectOfType <Damascus_Control>();
 }