Files
crystall-punk-14/Content.Server/GameObjects/Components/Observer/IGhostOnMove.cs

9 lines
162 B
C#
Raw Normal View History

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