moved files

This commit is contained in:
Mister_Nebula 2020-12-18 21:00:22 +00:00
parent db99c7c5ee
commit 55e17ec59b
4 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
using QSB.Events;
using QSB.WorldSync;
namespace QSB.DialogueConditionSync.Events
namespace QSB.ConversationSync.Events
{
public class DialogueConditionEvent : QSBEvent<DialogueConditionMessage>
{

View File

@ -1,7 +1,7 @@
using QSB.Messaging;
using QuantumUNET.Transport;
namespace QSB.DialogueConditionSync.Events
namespace QSB.ConversationSync.Events
{
public class DialogueConditionMessage : PlayerMessage
{

View File

@ -2,7 +2,6 @@
using QSB.Animation.Events;
using QSB.ConversationSync.Events;
using QSB.DeathSync.Events;
using QSB.DialogueConditionSync.Events;
using QSB.ElevatorSync.Events;
using QSB.GeyserSync.Events;
using QSB.OrbSync.Events;

View File

@ -128,8 +128,8 @@
<Compile Include="Animation\AnimFloatParam.cs" />
<Compile Include="Animation\CrouchSync.cs" />
<Compile Include="Animation\PlayerHeadRotationSync.cs" />
<Compile Include="DialogueConditionSync\Events\DialogueConditionEvent.cs" />
<Compile Include="DialogueConditionSync\Events\DialogueConditionMessage.cs" />
<Compile Include="ConversationSync\Events\DialogueConditionEvent.cs" />
<Compile Include="ConversationSync\Events\DialogueConditionMessage.cs" />
<Compile Include="ConversationSync\Events\ConversationEvent.cs" />
<Compile Include="ConversationSync\Events\ConversationMessage.cs" />
<Compile Include="ConversationSync\ConversationPatches.cs" />