РЦД - меньше ограничений (#759)

* R? In your CD?

* Maybe this time

* ugbemugbem osas
This commit is contained in:
BIGZi0348
2024-11-16 12:53:37 +03:00
committed by GitHub
parent 0cca51f6e9
commit 9afeece604
7 changed files with 53 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
using Content.Shared._White.RCD;
using Content.Shared.RCD.Systems;
using Content.Shared.Whitelist;
using Robust.Shared.Audio;
using Robust.Shared.GameStates;
using Robust.Shared.Physics;
@@ -76,4 +77,11 @@ public sealed partial class RCDComponent : Component
/// </remarks>
[ViewVariables(VVAccess.ReadOnly)]
public Transform ConstructionTransform { get; private set; } = default!;
/// <summary>
/// WD.
/// A blacklist for limiting entities of the same construction group on one tile.
/// </summary>
[DataField]
public EntityWhitelist? BlacklistOnOneTile;
}