This commit is contained in:
Mister_Nebula 2020-11-03 22:13:12 +00:00
parent 45d459d389
commit ffda3be2dc
17 changed files with 6 additions and 16 deletions

View File

@ -1,5 +1,4 @@
using QSB.EventsCore;
using QSB.Messaging;
using QSB.Player;
namespace QSB.Animation.Events

View File

@ -1,5 +1,4 @@
using QSB.EventsCore;
using QSB.Messaging;
using QSB.Player;
using QSB.WorldSync;

View File

@ -11,7 +11,7 @@ namespace QSB.ConversationSync.Events
{
public class ConversationStartEndEvent : QSBEvent<ConversationStartEndMessage>
{
public override Messaging.EventType Type => Messaging.EventType.ConversationStartEnd;
public override EventsCore.EventType Type => EventsCore.EventType.ConversationStartEnd;
public override void SetupListener() => GlobalMessenger<int, uint, bool>.AddListener(EventNames.QSBConversationStartEnd, Handler);

View File

@ -1,5 +1,4 @@
using QSB.EventsCore;
using QSB.Messaging;
using QSB.Player;
using QSB.Utility;

View File

@ -1,5 +1,4 @@
using QSB.EventsCore;
using QSB.Messaging;
using QSB.WorldSync;
namespace QSB.ElevatorSync.Events

View File

@ -1,4 +1,4 @@
namespace QSB.Messaging
namespace QSB.EventsCore
{
public enum EventType
{

View File

@ -1,5 +1,4 @@
using QSB.EventsCore;
using QSB.Messaging;
using QSB.WorldSync;
namespace QSB.GeyserSync.Events

View File

@ -1,5 +1,4 @@
using QSB.EventsCore;
using QSB.Messaging;
using QSB.Player;
using QSB.Utility;
using System;

View File

@ -1,4 +1,5 @@
using OWML.Common;
using QSB.EventsCore;
using QSB.Utility;
using System;
using System.Linq;

View File

@ -1,5 +1,4 @@
using QSB.EventsCore;
using QSB.Messaging;
using QSB.WorldSync;
namespace QSB.OrbSync.Events

View File

@ -1,6 +1,5 @@
using OWML.Common;
using QSB.EventsCore;
using QSB.Messaging;
using QSB.TransformSync;
using QSB.Utility;
using QSB.WorldSync;

View File

@ -1,6 +1,5 @@
using OWML.Common;
using QSB.EventsCore;
using QSB.Messaging;
using QSB.Utility;
namespace QSB.Player.Events

View File

@ -1,6 +1,5 @@
using OWML.Common;
using QSB.EventsCore;
using QSB.Messaging;
using QSB.Utility;
using System.Linq;

View File

@ -1,4 +1,5 @@
using QSB.Messaging;
using QSB.EventsCore;
using QSB.Messaging;
using UnityEngine.Networking;
namespace QSB.Player.Events

View File

@ -206,7 +206,7 @@
<Compile Include="Utility\DebugLog.cs" />
<Compile Include="MessagesCore\PlayerMessage.cs" />
<Compile Include="MessagesCore\QSBMessageHandler.cs" />
<Compile Include="MessagesCore\EventType.cs" />
<Compile Include="EventsCore\EventType.cs" />
<Compile Include="Player\PlayerInfo.cs" />
<Compile Include="Player\State.cs" />
<Compile Include="DeathSync\PreventShipDestruction.cs" />

View File

@ -1,5 +1,4 @@
using QSB.EventsCore;
using QSB.Messaging;
namespace QSB.TimeSync.Events
{

View File

@ -1,6 +1,5 @@
using OWML.Common;
using QSB.EventsCore;
using QSB.Messaging;
using QSB.Player;
using QSB.Utility;
using QSB.WorldSync;