Skip to content

Commit 047905b

Browse files
committed
Added missing import
1 parent 3701c39 commit 047905b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Runtime/PatchManager.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
using PatchManager.Generic;
44
using PatchManager.Missions;
55
using PatchManager.Parts;
6-
using PatchManager.Parts.Selectables;
6+
using PatchManager.Planets;
77
using PatchManager.Resources;
88
using PatchManager.Science;
99
using PatchManager.Shared;
1010
using PatchManager.Shared.Modules;
1111
using Redux.ExtraModTypes;
12-
using ReduxLib.Configuration;
13-
using SpaceWarp.API.Mods;
14-
using UnityEngine;
1512
using UnityEngine.UIElements;
16-
using ILogger = ReduxLib.Logging.ILogger;
1713

1814
namespace PatchManager
1915
{

0 commit comments

Comments
 (0)