/// <summary>
 /// Called to release the Main Attack (Ex release the Arrow on the Bow)
 /// </summary>
 public virtual void MainAttackReleased()
 {
     if (ActiveAbility)
     {
         ActiveAbility.PrimaryAttackReleased();
     }
 }