We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29506e6 commit f67ac6fCopy full SHA for f67ac6f
4 files changed
src/Cheats/DoorsHandler.cs
@@ -1,6 +1,5 @@
1
using System.Collections.Generic;
2
using System.Linq;
3
-using UnityEngine;
4
5
namespace MalumMenu;
6
src/Cheats/MalumCheats.cs
@@ -1,7 +1,6 @@
using System.Runtime.CompilerServices;
using AmongUs.GameOptions;
using AmongUs.InnerNet.GameDataMessages;
-using Sentry.Internal.Extensions;
using UnityEngine;
using Il2CppInterop.Runtime.InteropTypes.Arrays;
7
src/Patches/EOSManagerPatches.cs
@@ -1,5 +1,3 @@
-using AmongUs.Data.Player;
-using BepInEx;
using HarmonyLib;
src/Patches/OtherPatches.cs
@@ -4,7 +4,6 @@
using System;
-using System.Linq;
8
using System.Security.Cryptography;
9
using InnerNet;
10
0 commit comments