9 lines
162 B
C#
9 lines
162 B
C#
|
|
using Content.Shared.GameObjects.Components.Movement;
|
||
|
|
|
||
|
|
namespace Content.Server.GameObjects.Components.Observer
|
||
|
|
{
|
||
|
|
public interface IGhostOnMove
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|