WorldObjectScene: remove the comments

This commit is contained in:
JohnCorby 2022-03-10 14:49:37 -08:00
parent fbfccb2346
commit f1349cfbd5
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ namespace QSB.Animation.NPC;
internal class CharacterAnimManager : WorldObjectManager
{
// im assuming this is used in the eye as well
public override WorldObjectScene WorldObjectScene => WorldObjectScene.Both;
public override async UniTask BuildWorldObjects(OWScene scene, CancellationToken ct)

View File

@ -7,7 +7,6 @@ namespace QSB.EchoesOfTheEye.AirlockSync;
internal class AirlockManager : WorldObjectManager
{
// is this used in the prisoner sequence in the eye?
public override WorldObjectScene WorldObjectScene => WorldObjectScene.SolarSystem;
public override async UniTask BuildWorldObjects(OWScene scene, CancellationToken ct) => QSBWorldSync.Init<QSBGhostAirlock, GhostAirlock>();