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