Skip to content

Commit f67ac6f

Browse files
committed
refactor: remove unused using directives
1 parent 29506e6 commit f67ac6f

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/Cheats/DoorsHandler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.Collections.Generic;
22
using System.Linq;
3-
using UnityEngine;
43

54
namespace MalumMenu;
65

src/Cheats/MalumCheats.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System.Runtime.CompilerServices;
22
using AmongUs.GameOptions;
33
using AmongUs.InnerNet.GameDataMessages;
4-
using Sentry.Internal.Extensions;
54
using UnityEngine;
65
using Il2CppInterop.Runtime.InteropTypes.Arrays;
76

src/Patches/EOSManagerPatches.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using AmongUs.Data.Player;
2-
using BepInEx;
31
using HarmonyLib;
42

53
namespace MalumMenu;

src/Patches/OtherPatches.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using AmongUs.GameOptions;
55
using UnityEngine;
66
using System;
7-
using System.Linq;
87
using System.Security.Cryptography;
98
using InnerNet;
109

0 commit comments

Comments
 (0)