using QSB.WorldSync; namespace QSB.EchoesOfTheEye.Ghosts.WorldObjects; public interface IGhostObject : IWorldObject { }