* Adds a component for ghosting on move. Adds a dummy input mover for IRelayMoveInput to work. * Add IGhostOnMove * Fix tests.
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
|
|
{
|
|
}
|
|
}
|