11 lines
201 B
C#
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.
|
|
}
|
|
}
|