Files
tbd-station-14/Content.Shared/Pulling/PullableStopMovingMessage.cs
2022-02-16 18:23:23 +11:00

9 lines
154 B
C#

using Robust.Shared.GameObjects;
namespace Content.Shared.Pulling
{
public sealed class PullableStopMovingMessage : EntityEventArgs
{
}
}