wabbajack/Wabbajack.Common/Consts.cs

15 lines
347 B
C#
Raw Normal View History

2019-07-21 04:40:54 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Wabbajack.Common
{
public static class Consts
{
public static string GameFolderFilesDir = "Game Folder Files";
2019-07-21 22:47:17 +00:00
public static string ModPackMagic = "Celebration!, Cheese for Everyone!";
2019-07-21 04:40:54 +00:00
}
}