예제 #1
0
 private static void ClupulsetimerElapsed(object sender, ElapsedEventArgs e)
 {
     if (!Me.IsValid || !StyxWoW.IsInGame)
     {
         return;
     }
     if (CLUSettings.Instance.EnableKeybinds)
     {
         Keybinds.Pulse();
     }
 }