Skip to content

Commit

Permalink
Fixes Listen Server Build for SAM
Browse files Browse the repository at this point in the history
- Fixes compile issue to allow SAM to build for listen servers
  • Loading branch information
data-bomb committed Mar 23, 2024
1 parent 24aad58 commit 24e5613
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Si_AdminMod/HelperMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ You should have received a copy of the GNU General Public License
using MelonLoader;
using System;
using UnityEngine;
using DebugTools;


#if NET6_0
using Il2Cpp;
using Il2CppSteamworks;
using Il2CppDebugTools;
#else
using DebugTools;
using System.Collections.Generic;
using Steamworks;
using System.Reflection;
Expand Down

0 comments on commit 24e5613

Please sign in to comment.