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

7 lines
107 B
C#

namespace Content.Server.GameObjects.Components.Observer
{
public interface IGhostOnMove
{
}
}