Don't pushback when throwing while buckled (#4232)
* Don't pushback when throwing while buckled * Address reviews * Fix
This commit is contained in:
@@ -11,4 +11,9 @@ namespace Content.Shared.Throwing
|
||||
|
||||
public IEntity Entity { get; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Raised when we try to pushback an entity from throwing
|
||||
/// </summary>
|
||||
public sealed class ThrowPushbackAttemptEvent : CancellableEntityEventArgs {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user