예제 #1
0
 public static void InvokeOpenSpellbookRequest(Mobile m, int type) => OpenSpellbookRequest?.Invoke(m, type);
예제 #2
0
 public static void InvokeOpenSpellbookRequest(OpenSpellbookRequestEventArgs e)
 {
     OpenSpellbookRequest?.Invoke(e);
 }