move client mods updates to actual steam api
All checks were successful
Build / Build Launcher (push) Successful in 2m17s

This commit is contained in:
zznty
2024-05-31 17:56:24 +07:00
parent 43a4e6f62b
commit fbf02ad716
9 changed files with 42 additions and 92 deletions

View File

@@ -1,30 +1,4 @@
using System.Collections.Immutable;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.Loader;
using System.Text;
using HarmonyLib;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.Emit;
using NLog;
using Sandbox;
using Sandbox.Game;
using Sandbox.Game.Entities.Blocks;
using Sandbox.Game.EntityComponents;
using Sandbox.Game.Gui;
using Sandbox.Game.Localization;
using Sandbox.Game.World;
using Sandbox.Graphics.GUI;
using Sandbox.ModAPI;
using Sandbox.ModAPI.Ingame;
using VRage;
using VRage.ModAPI;
using VRage.Scripting;
using Message = VRage.Scripting.Message;
namespace CringeLauncher.Patches;
namespace CringeLauncher.Patches;
#if false
[HarmonyPatch]