Files
SEBPatch/patch-seb/Variables.cs

14 lines
234 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.10.0.826";
}
}