remove rigidbody sync

This commit is contained in:
Mister_Nebula 2021-04-11 16:10:23 +01:00
parent f75daded84
commit 9dc06b9134
2 changed files with 0 additions and 12 deletions

View File

@ -229,7 +229,6 @@
<Compile Include="StatueSync\Events\StartStatueMessage.cs" />
<Compile Include="StatueSync\Patches\StatuePatches.cs" />
<Compile Include="StatueSync\StatueManager.cs" />
<Compile Include="TransformSync\Rigidbody\RigidbodyTransformSync.cs" />
<Compile Include="TransformSync\RoastingStickTransformSync.cs" />
<Compile Include="TranslationSync\Events\SetAsTranslatedEvent.cs" />
<Compile Include="TranslationSync\Events\SetAsTranslatedMessage.cs" />

View File

@ -1,11 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace QSB.TransformSync.RigidbodyTransformSync
{
class RigidbodyTransformSync
{
}
}