Resolves PDAVisualizer is Obsolete (#13896)
This commit is contained in:
@@ -11,6 +11,12 @@ namespace Content.Shared.PDA
|
||||
public const string PDAIdSlotId = "PDA-id";
|
||||
public const string PDAPenSlotId = "PDA-pen";
|
||||
|
||||
/// <summary>
|
||||
/// The base PDA sprite state, eg. "pda", "pda-clown"
|
||||
/// </summary>
|
||||
[DataField("state")]
|
||||
public string? State;
|
||||
|
||||
[DataField("idSlot")]
|
||||
public ItemSlot IdSlot = new();
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Content.Shared.PDA
|
||||
public abstract class SharedPDASystem : EntitySystem
|
||||
{
|
||||
[Dependency] protected readonly ItemSlotsSystem ItemSlotsSystem = default!;
|
||||
[Dependency] private readonly SharedAppearanceSystem _appearance = default!;
|
||||
[Dependency] protected readonly SharedAppearanceSystem _appearance = default!;
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user