Remove hands component reference (#15197)
This commit is contained in:
@@ -112,7 +112,7 @@ namespace Content.Shared.Verbs
|
||||
/// <remarks>
|
||||
/// This may be null if the user has no hands.
|
||||
/// </remarks>
|
||||
public readonly SharedHandsComponent? Hands;
|
||||
public readonly HandsComponent? Hands;
|
||||
|
||||
/// <summary>
|
||||
/// The entity currently being held by the active hand.
|
||||
@@ -123,7 +123,7 @@ namespace Content.Shared.Verbs
|
||||
/// </remarks>
|
||||
public readonly EntityUid? Using;
|
||||
|
||||
public GetVerbsEvent(EntityUid user, EntityUid target, EntityUid? @using, SharedHandsComponent? hands, bool canInteract, bool canAccess)
|
||||
public GetVerbsEvent(EntityUid user, EntityUid target, EntityUid? @using, HandsComponent? hands, bool canInteract, bool canAccess)
|
||||
{
|
||||
User = user;
|
||||
Target = target;
|
||||
|
||||
Reference in New Issue
Block a user