using Robust.Shared.Physics;
namespace Content.Shared.Physics.Pull
{
public sealed class PullStartedMessage : PullMessage
public PullStartedMessage(IPhysBody puller, IPhysBody pulled) :
base(puller, pulled)
}