mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-07 13:05:41 +00:00
remove rigidbody sync
This commit is contained in:
parent
f75daded84
commit
9dc06b9134
@ -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" />
|
||||
|
@ -1,11 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace QSB.TransformSync.RigidbodyTransformSync
|
||||
{
|
||||
class RigidbodyTransformSync
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user