Fix docstring typo starts -> stops (#40031)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user