move launcher equip event

This commit is contained in:
Mister_Nebula 2021-07-24 23:53:01 +01:00
parent 8505b3c867
commit 08a3969e7b
2 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@
<Compile Include="GeyserSync\Events\GeyserEvent.cs" />
<Compile Include="GeyserSync\GeyserManager.cs" />
<Compile Include="GeyserSync\WorldObjects\QSBGeyser.cs" />
<Compile Include="ProbeSync\Events\PlayerProbeLauncherEvent.cs" />
<Compile Include="Tools\ProbeLauncherTool\Events\PlayerProbeLauncherEvent.cs" />
<Compile Include="Tools\Events\PlayerSignalscopeEvent.cs" />
<Compile Include="Tools\Events\PlayerTranslatorEvent.cs" />
<Compile Include="Events\QSBEvent.cs" />

View File

@ -2,7 +2,7 @@
using QSB.Messaging;
using QSB.Player;
namespace QSB.ProbeSync.Events
namespace QSB.Tools.ProbeLauncherTool.Events
{
public class PlayerProbeLauncherEvent : QSBEvent<ToggleMessage>
{