Fix docstring typo starts -> stops (#40031)
This commit is contained in:
parent
5ee093b13d
commit
9f36a3b4ea
|
|
@ -1,6 +1,6 @@
|
|||
namespace Content.Shared.Movement.Pulling.Events;
|
||||
namespace Content.Shared.Movement.Pulling.Events;
|
||||
|
||||
/// <summary>
|
||||
/// Event raised directed BOTH at the puller and pulled entity when a pull starts.
|
||||
/// Event raised directed BOTH at the puller and pulled entity when a pull stops.
|
||||
/// </summary>
|
||||
public sealed class PullStoppedMessage(EntityUid pullerUid, EntityUid pulledUid) : PullMessage(pullerUid, pulledUid);
|
||||
|
|
|
|||
Loading…
Reference in New Issue