コード例 #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);
 }