Files

9 lines
111 B
C#
Raw Permalink Normal View History

2021-12-16 23:42:02 +13:00
using Content.Shared.PDA;
namespace Content.Client.PDA;
public sealed class PdaSystem : SharedPdaSystem
2021-12-16 23:42:02 +13:00
{
2021-12-16 23:42:02 +13:00
}