remove QSBCore.UnityEvents

This commit is contained in:
JohnCorby 2022-01-29 01:25:54 -08:00
parent 7c3de18d41
commit 49ad82c326

View File

@ -44,7 +44,6 @@ namespace QSB
public class QSBCore : ModBehaviour
{
public static IModHelper Helper { get; private set; }
public static IModUnityEvents UnityEvents => Helper.Events.Unity;
public static string DefaultServerIP;
public static bool UseKcpTransport => DebugSettings.UseKcpTransport;
public static int OverrideAppId => DebugSettings.OverrideAppId;