2021-12-16 23:42:02 +13:00
|
|
|
using Content.Shared.PDA;
|
|
|
|
|
|
2023-02-05 10:34:54 -08:00
|
|
|
namespace Content.Client.PDA;
|
|
|
|
|
|
2023-06-15 03:44:28 +02:00
|
|
|
public sealed class PdaSystem : SharedPdaSystem
|
2021-12-16 23:42:02 +13:00
|
|
|
{
|
2023-02-06 15:53:24 -04:00
|
|
|
|
2021-12-16 23:42:02 +13:00
|
|
|
}
|