Example #1
0
 public static void InvokeProfileRequest(Mobile beholder, Mobile beheld) => ProfileRequest?.Invoke(beholder, beheld);
Example #2
0
 public static void InvokeProfileRequest(ProfileRequestEventArgs e)
 {
     ProfileRequest?.Invoke(e);
 }