Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Shared.DeviceNetwork;
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class DeviceFrequencyPrototype : IPrototype
|
||||
{
|
||||
[IdDataFieldAttribute]
|
||||
[IdDataField]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
// TODO Somehow Allow per-station or some other type of named but randomized frequencies?
|
||||
|
||||
@@ -17,7 +17,6 @@ public abstract class SharedDeviceListSystem : EntitySystem
|
||||
/// <param name="uid">The entity to update.</param>
|
||||
/// <param name="devices">The devices to store.</param>
|
||||
/// <param name="merge">Whether to merge or replace the devices stored.</param>
|
||||
/// <param name="dirty">If the component should be dirtied upon this call.</param>
|
||||
/// <param name="deviceList">Device list component</param>
|
||||
public DeviceListUpdateResult UpdateDeviceList(EntityUid uid, IEnumerable<EntityUid> devices, bool merge = false, DeviceListComponent? deviceList = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user