10 lines
325 B
C#
10 lines
325 B
C#
using Content.Shared.Station;
|
|
using Robust.Shared.Prototypes; // Frontier
|
|
|
|
namespace Content.Client.Station;
|
|
|
|
public sealed class StationSpawningSystem : SharedStationSpawningSystem
|
|
{
|
|
protected override void EquipPdaCartridgesIfPossible(EntityUid entity, List<EntProtoId> encryptionKeys) { } // Frontier: PDA equipment
|
|
}
|