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