Fix friend -> Access for some components
This commit is contained in:
parent
e17024b301
commit
6478a83cc1
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
namespace Content.Server.DeviceNetwork.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(DeviceListSystem))]
|
||||
[Access(typeof(DeviceListSystem))]
|
||||
public sealed class DeviceListComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ using Content.Shared.Sound;
|
|||
namespace Content.Server.DeviceNetwork.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(NetworkConfiguratorSystem))]
|
||||
[Access(typeof(NetworkConfiguratorSystem))]
|
||||
public sealed class NetworkConfiguratorComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue