示例#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);
 }