* initial commit * adds cartridge to cmo's locker * tidies up yml, adds default scanner sound, makes it so the silent property silences the scanner sound too * fixes ert medic pda not having it preinstalled * adds attribution * removes redundant dependencies * fix agent pda --------- Co-authored-by: archrbx <punk.gear5260@fastmail.com>
7 lines
143 B
C#
7 lines
143 B
C#
namespace Content.Server.CartridgeLoader.Cartridges;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class MedTekCartridgeComponent : Component
|
|
{
|
|
}
|