Skip to content

Commit eb2248b

Browse files
remove unnecessary usings after merge
1 parent 03b8f1e commit eb2248b

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

COTL_API/CustomSkins/CustomSkinManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System;
21
using HarmonyLib;
32
using Spine;
43
using Spine.Unity;

COTL_API/Helpers/KeyCodes.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using UnityEngine;
1+
using UnityEngine;
32

43
namespace COTL_API.Helpers;
54

COTL_API/Patches/SettingsPatches.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using COTL_API.CustomSkins;
1+
using COTL_API.CustomSkins;
32
using HarmonyLib;
43
using Lamb.UI;
54
using Lamb.UI.MainMenu;

0 commit comments

Comments
 (0)