Delta-v/Content.Server/GameObjects/Components/Observer/IGhostOnMove.cs

9 lines
162 B
C#

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