Files
tbd-station-14/Content.Server/Ghost/IGhostOnMove.cs
2021-06-09 22:19:39 +02:00

7 lines
81 B
C#

namespace Content.Server.Ghost
{
public interface IGhostOnMove
{
}
}