Esempio n. 1
0
 private void AttemptingSpellCast(object sender, AttemptingSpellCastEventArgs e)
 {
     Chat.WriteLine($"{e.Nano}, {e.Target}");
 }
Esempio n. 2
0
 private static void OnAttemptingSpellCast(AttemptingSpellCastEventArgs e)
 {
     AttemptingSpellCast?.Invoke(null, e);
 }