This commit is contained in:
Leon Friedrich
2022-01-30 13:49:56 +13:00
committed by GitHub
parent 6fb492aae7
commit c465715273
37 changed files with 1400 additions and 1429 deletions

View File

@@ -0,0 +1,5 @@
using Content.Shared.Doors.Systems;
namespace Content.Client.Doors;
public sealed class AirlockSystem : SharedAirlockSystem { }