This commit is contained in:
JohnCorby 2022-08-15 23:05:10 -07:00
parent 6b33dc6296
commit e761dc071b

View File

@ -14,6 +14,8 @@ namespace QSB.QuantumSync.WorldObjects;
/// <summary>
/// TODO: just use OnSectorOccupantsUpdated instead of this shape bullshit
///
/// TODO: make it part of the ad-hoc owner interface
/// </summary>
internal abstract class QSBQuantumObject<T> : WorldObject<T>, IQSBQuantumObject
where T : QuantumObject