Files
crystall-punk-14/Content.Server/Ghost/IGhostOnMove.cs

7 lines
81 B
C#
Raw Normal View History

2021-06-09 22:19:39 +02:00
namespace Content.Server.Ghost
{
public interface IGhostOnMove
{
}
}