Fix friend -> Access for some components
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
namespace Content.Server.DeviceNetwork.Components;
|
namespace Content.Server.DeviceNetwork.Components;
|
||||||
|
|
||||||
[RegisterComponent]
|
[RegisterComponent]
|
||||||
[Friend(typeof(DeviceListSystem))]
|
[Access(typeof(DeviceListSystem))]
|
||||||
public sealed class DeviceListComponent : Component
|
public sealed class DeviceListComponent : Component
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ using Content.Shared.Sound;
|
|||||||
namespace Content.Server.DeviceNetwork.Components;
|
namespace Content.Server.DeviceNetwork.Components;
|
||||||
|
|
||||||
[RegisterComponent]
|
[RegisterComponent]
|
||||||
[Friend(typeof(NetworkConfiguratorSystem))]
|
[Access(typeof(NetworkConfiguratorSystem))]
|
||||||
public sealed class NetworkConfiguratorComponent : Component
|
public sealed class NetworkConfiguratorComponent : Component
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user