/// <summary>
 /// Runs the command to execute when a player has released the assigned button value
 /// </summary>
 /// <param name="AssociatedCharacter"></param>
 public void ExecutePressedCommand(GamePlayCharacter AssociatedCharacter)
 {
     ActionCommandToExecute.ExecuteActionPress(AssociatedCharacter);
 }