using Content.Shared.GameObjects.Components.Movement; namespace Content.Server.GameObjects.Components.Observer { public interface IGhostOnMove { } }