Skip to content

Commit

Permalink
removes HkmpPipe
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantMohta committed Apr 30, 2022
1 parent a721673 commit c63aa5a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 271 deletions.
65 changes: 0 additions & 65 deletions HKMP/Client.cs

This file was deleted.

50 changes: 0 additions & 50 deletions HKMP/Packet.cs

This file was deleted.

48 changes: 0 additions & 48 deletions HKMP/Pipe.cs

This file was deleted.

23 changes: 0 additions & 23 deletions HKMP/Register.cs

This file was deleted.

82 changes: 0 additions & 82 deletions HKMP/Server.cs

This file was deleted.

2 changes: 0 additions & 2 deletions Mod.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Satchel.HkmpPipe;
namespace Satchel
{
public class Satchel : Mod{
Expand All @@ -11,7 +10,6 @@ public override void Initialize()
if (Instance == null)
{
Instance = this;
InGameAddon.SafeRegisterAddons();
}
}
}
Expand Down
1 change: 0 additions & 1 deletion Satchel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@
<Compile Include="Futils\Interceptor.cs" />

<Compile Include="Deprecated\FsmUtils.cs" />
<Compile Include="HKMP\*.cs" />

</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit c63aa5a

Please sign in to comment.