fix inheritance name (still using unparented)

This commit is contained in:
Mister_Nebula 2021-08-12 14:19:48 +01:00
parent 3cc3aa3a22
commit 2dcf0d8c01

View File

@ -5,7 +5,7 @@ using QuantumUNET.Transport;
namespace QSB.Syncs.RigidbodySync namespace QSB.Syncs.RigidbodySync
{ {
public abstract class SectoredRigidbodySync : UnparentedBaseRigidbodySync, ISectoredSync<OWRigidbody> public abstract class SectoredRigidbodySync : BaseRigidbodySync, ISectoredSync<OWRigidbody>
{ {
public QSBSector ReferenceSector { get; set; } public QSBSector ReferenceSector { get; set; }
public SectorSync.SectorSync SectorSync { get; private set; } public SectorSync.SectorSync SectorSync { get; private set; }