Co-authored-by: FL-OZ <anotherscuffed@gmail.com> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
12 lines
227 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|