mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-18 13:23:05 +00:00
whoops i moved signalscope stuff in last commit too, change namespace now
This commit is contained in:
parent
4cf5b32b30
commit
a2ba6be329
@ -6,7 +6,7 @@ using QSB.ClientServerStateSync.Events;
|
||||
using QSB.ConversationSync.Events;
|
||||
using QSB.DeathSync.Events;
|
||||
using QSB.ElevatorSync.Events;
|
||||
using QSB.FrequencySync.Events;
|
||||
using QSB.Tools.SignalscopeTool.FrequencySync.Events;
|
||||
using QSB.GeyserSync.Events;
|
||||
using QSB.ItemSync.Events;
|
||||
using QSB.LogSync.Events;
|
||||
|
@ -7,7 +7,7 @@ using QSB.ConversationSync.Patches;
|
||||
using QSB.DeathSync.Patches;
|
||||
using QSB.EchoesOfTheEye.LightSensorSync.Patches;
|
||||
using QSB.ElevatorSync.Patches;
|
||||
using QSB.FrequencySync.Patches;
|
||||
using QSB.Tools.SignalscopeTool.FrequencySync.Patches;
|
||||
using QSB.GeyserSync.Patches;
|
||||
using QSB.Inputs.Patches;
|
||||
using QSB.ItemSync.Patches;
|
||||
|
@ -2,7 +2,7 @@
|
||||
using QSB.Messaging;
|
||||
using QSB.Player;
|
||||
|
||||
namespace QSB.FrequencySync.Events
|
||||
namespace QSB.Tools.SignalscopeTool.FrequencySync.Events
|
||||
{
|
||||
public class IdentifyFrequencyEvent : QSBEvent<EnumMessage<SignalFrequency>>
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
using QSB.Messaging;
|
||||
using QSB.Player;
|
||||
|
||||
namespace QSB.FrequencySync.Events
|
||||
namespace QSB.Tools.SignalscopeTool.FrequencySync.Events
|
||||
{
|
||||
public class IdentifySignalEvent : QSBEvent<EnumMessage<SignalName>>
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
using QSB.Events;
|
||||
using QSB.Patches;
|
||||
|
||||
namespace QSB.FrequencySync.Patches
|
||||
namespace QSB.Tools.SignalscopeTool.FrequencySync.Patches
|
||||
{
|
||||
[HarmonyPatch]
|
||||
public class FrequencyPatches : QSBPatch
|
||||
|
Loading…
x
Reference in New Issue
Block a user