* Genpop IDs and Lockers * placeholder generation, no ui yet. * UI * Fix time offset * fix meta.jsons * big speller * Scarkyo review * Add turnstile prototypes * make IDs recyclable --------- Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com>
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
|
|
{
|
|
|
|
}
|