mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-24 00:39:52 +00:00
moved files
This commit is contained in:
parent
db99c7c5ee
commit
55e17ec59b
@ -1,7 +1,7 @@
|
||||
using QSB.Events;
|
||||
using QSB.WorldSync;
|
||||
|
||||
namespace QSB.DialogueConditionSync.Events
|
||||
namespace QSB.ConversationSync.Events
|
||||
{
|
||||
public class DialogueConditionEvent : QSBEvent<DialogueConditionMessage>
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using QSB.Messaging;
|
||||
using QuantumUNET.Transport;
|
||||
|
||||
namespace QSB.DialogueConditionSync.Events
|
||||
namespace QSB.ConversationSync.Events
|
||||
{
|
||||
public class DialogueConditionMessage : PlayerMessage
|
||||
{
|
@ -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;
|
||||
|
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user