private void Awake()
 {
     //set the toss script reference
     tossScriptReference = GetComponent <GrenadeTossParabola>();
 }
 private void Awake()
 {
     //get a reference to the toss script for this grenade
     tossScriptReference = GetComponent <GrenadeTossParabola>();
 }