Files
tbd-station-14/Content.Client/GameObjects/Components/PDA/PDAComponent.cs
FL-OZ 4c20a504a5 Add basic PDA/Syndicate Uplink. (#942)
Co-authored-by: FL-OZ <anotherscuffed@gmail.com>
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2020-05-28 13:22:47 +02:00

12 lines
227 B
C#

using Content.Shared.GameObjects.Components.PDA;
using Robust.Shared.GameObjects;
namespace Content.Client.GameObjects.Components.PDA
{
[RegisterComponent]
public class PDAComponent : SharedPDAComponent
{
}
}