using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FoxTube.Background
{
public static class ToastTemplates
{
public static string Comment =
@"[ChannelName] posted a new comment[VideoName]";
public static string Video =
@"[ChannelName] uploaded a new video[VideoName]";
public static string Post =
@"[ChannelName][PostContent]";
public static string Internal =
@"[Header]";
public static string Download =
@"Downloading a video...[VideoName]";
public static string DownloadComplete =
@"Download completeSubnautica - SAY GOODBYE TO SUBNAUTICA! We're Back Home! - Subnautica Ending (Full Release Gameplay)";
}
}