10 lines
153 B
C#
10 lines
153 B
C#
using Content.Shared.Security.Systems;
|
|
|
|
namespace Content.Client.Security;
|
|
|
|
/// <inheritdoc/>
|
|
public sealed class GenpopSystem : SharedGenpopSystem
|
|
{
|
|
|
|
}
|