using SabreTools.RedumpLib.Data;
namespace MPF.Frontend
{
///
/// Determines how user information is processed, if at all
///
/// Options set that may impact processing
/// Submission info that may be overwritten
/// True for successful updating, false or null otherwise
public delegate bool? ProcessUserInfoDelegate(Options? options, ref SubmissionInfo? info);
}