Revert "Revert "Fix some friend access violations by allowing others access. (#8594) (#8703)" (working this time) (#8704)
This commit is contained in:
committed by
GitHub
parent
cecf87997b
commit
a323ba8223
@@ -3,6 +3,6 @@ using Content.Shared.Climbing;
|
||||
namespace Content.Client.Movement.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(ClimbSystem))]
|
||||
[Access(typeof(ClimbSystem))]
|
||||
[ComponentReference(typeof(SharedClimbableComponent))]
|
||||
public sealed class ClimbableComponent : SharedClimbableComponent { }
|
||||
|
||||
Reference in New Issue
Block a user