SEBPatch/patch-seb/Variables.cs

14 lines
233 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace patch_seb
{
internal class Variables
{
public static string SupportedSEB = "3.9.0.787";
}
}