예제 #1
0
파일: Root.cs 프로젝트: Mirabis/PushHub
        private static void BGEntered(BattlegroundType type)
        {
            var    title   = FormatIt("Battleground ({0}) Entered", type);
            string message = FormatIt("Your Honorbuddy instance has joined a battleground on map: {0}.", StyxWoW.Me.MapName);

            SendNotification(message, title);
        }
예제 #2
0
파일: Root.cs 프로젝트: davinhill/PushHub
 private static void BGEntered(BattlegroundType type)
 {
     var title = FormatIt("Battleground ({0}) Entered", type);
     string message = FormatIt("Your Honorbuddy instance has joined a battleground on map: {0}.", StyxWoW.Me.MapName);
     SendNotification(message, title);
 }