Files
tbd-station-14/Content.Client/PDA/PDASystem.cs
2021-12-16 21:42:02 +11:00

11 lines
201 B
C#

using Content.Shared.PDA;
using Robust.Shared.GameObjects;
namespace Content.Client.PDA
{
public sealed class PDASystem : SharedPDASystem
{
// Nothing here. Have a lovely day.
}
}