Skip to content

Commit 0c28855

Browse files
authored
fixes
1 parent 3d7264d commit 0c28855

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

EIV_Core/CorePlayer.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using EIV_Modules.Extensions;
2-
using EIV_Modules.Modules;
1+
using EIV_Core.Extensions;
32
using EIV_Core.Modules;
43

54
namespace EIV_Core;

EIV_Core/EIV_Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="EIV_Common" Version="0.0.3" />
11+
<PackageReference Include="EIV_Coroutines" Version="1.1.0" />
1112
</ItemGroup>
1213

1314
</Project>

EIV_Core/Effects/CoreEffect.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using EIV_Common.Coroutines;
22
using EIV_JsonLib;
3-
using EIV_Modules.Modules;
3+
using EIV_Core.Modules;
44
using System.Collections.Generic;
55

66
namespace EIV_Core.Effects;

EIV_Core/Modules/EffectModule.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using System.Collections.Generic;
77
using System.Linq;
88
using EIV_Core.Api.Events;
9+
using EIV_Core.Effects;
910

1011
namespace EIV_Core.Modules;
1112

0 commit comments

Comments
 (0)