mirror of
https://github.com/chev2/RoR2-Mods.git
synced 2026-04-27 13:11:51 +00:00
Remove unused namespaces
This commit is contained in:
parent
6d3d3c62ed
commit
4f44241864
2 changed files with 0 additions and 7 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
using BepInEx;
|
using BepInEx;
|
||||||
using BepInEx.Configuration;
|
using BepInEx.Configuration;
|
||||||
using RoR2;
|
using RoR2;
|
||||||
using UnityEngine;
|
|
||||||
using Mono.Cecil.Cil;
|
using Mono.Cecil.Cil;
|
||||||
using MonoMod.Cil;
|
using MonoMod.Cil;
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
|
|
||||||
namespace ChevRoR
|
namespace ChevRoR
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,6 @@
|
||||||
using BepInEx;
|
using BepInEx;
|
||||||
using BepInEx.Configuration;
|
|
||||||
using RoR2;
|
using RoR2;
|
||||||
using UnityEngine;
|
|
||||||
using Mono.Cecil.Cil;
|
|
||||||
using MonoMod.Cil;
|
using MonoMod.Cil;
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
using R2API.Utils;
|
|
||||||
|
|
||||||
namespace ChevRoR
|
namespace ChevRoR
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue