Almost done first beta

This commit is contained in:
2025-06-23 16:03:48 +02:00
parent 2d36fecb45
commit a6b60d72bd
12 changed files with 551 additions and 24 deletions

13
patch-seb/Variables.cs Normal file
View File

@@ -0,0 +1,13 @@
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";
}
}