mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-09 12:54:51 +00:00
move launcher equip event
This commit is contained in:
parent
8505b3c867
commit
08a3969e7b
@ -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" />
|
||||
|
@ -2,7 +2,7 @@
|
||||
using QSB.Messaging;
|
||||
using QSB.Player;
|
||||
|
||||
namespace QSB.ProbeSync.Events
|
||||
namespace QSB.Tools.ProbeLauncherTool.Events
|
||||
{
|
||||
public class PlayerProbeLauncherEvent : QSBEvent<ToggleMessage>
|
||||
{
|
Loading…
Reference in New Issue
Block a user