Fixes PDAs dissapearing when inhand (#13966)

This commit is contained in:
AJCM-git
2023-02-06 15:53:24 -04:00
committed by GitHub
parent eb388a3090
commit 0685611e18
3 changed files with 20 additions and 5 deletions

View File

@@ -1,11 +1,12 @@
using Content.Shared.Access.Components;
using Content.Shared.Containers.ItemSlots;
using Robust.Shared.Prototypes;
using Robust.Shared.GameStates;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
namespace Content.Shared.PDA
{
[RegisterComponent]
[RegisterComponent, NetworkedComponent]
public sealed class PDAComponent : Component
{
public const string PDAIdSlotId = "PDA-id";