* initial commit * adds astronav cartridge to QM locker * changes requested in review * fix merge conflicts * fixes the statuscontrol disappearing if you eject the cartridge but still have it installed * fix notificationsenabled on salv pda proto * fixes lingering statuscontrol on eject while held --------- Co-authored-by: archrbx <punk.gear5260@fastmail.com>
10 lines
221 B
C#
10 lines
221 B
C#
using Content.Shared.CartridgeLoader.Cartridges;
|
|
using Content.Shared.GPS;
|
|
|
|
namespace Content.Server.CartridgeLoader.Cartridges;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class AstroNavCartridgeComponent : Component
|
|
{
|
|
}
|