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