HAMTR mech (hamster mech) (needs review) (#16393)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
brainfood1183
2023-06-08 07:33:35 +01:00
committed by GitHub
parent 9dbb74b0bb
commit cd7d4be188
56 changed files with 628 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
using Content.Shared.Actions.ActionTypes;
using Content.Shared.Actions.ActionTypes;
using Content.Shared.FixedPoint;
using Content.Shared.Whitelist;
using Robust.Shared.Containers;
@@ -93,6 +93,9 @@ public sealed class MechComponent : Component
[DataField("equipmentWhitelist")]
public EntityWhitelist? EquipmentWhitelist;
[DataField("pilotWhitelist")]
public EntityWhitelist? PilotWhitelist;
/// <summary>
/// A container for storing the equipment entities.
/// </summary>