Files
crystall-punk-14/Content.Client/PDA/PdaSystem.cs

9 lines
111 B
C#
Raw 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
}