mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-20 23:17:43 +03:00
9 lines
245 B
C#
9 lines
245 B
C#
using Content.Shared.Doors.Components;
|
|
using Robust.Shared.GameObjects;
|
|
|
|
namespace Content.Client.Doors;
|
|
|
|
[RegisterComponent]
|
|
[ComponentReference(typeof(SharedAirlockComponent))]
|
|
public sealed class AirlockComponent : SharedAirlockComponent { }
|