コード例 #1
0
ファイル: EventSink.cs プロジェクト: tateima/PathOfUO
 public static void InvokeProfileRequest(Mobile beholder, Mobile beheld) => ProfileRequest?.Invoke(beholder, beheld);
コード例 #2
0
 public static void InvokeProfileRequest(ProfileRequestEventArgs e)
 {
     ProfileRequest?.Invoke(e);
 }