* RPED

* sound effect

* wires must be open

finished me appy slices yum yum

* Update Resources/Audio/Items/attributions.yml

Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>

* Update attributions.yml

Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
Nemanja
2022-11-14 11:36:13 -08:00
committed by GitHub
parent d5ae5658a1
commit 72e7a9ee93
14 changed files with 251 additions and 2 deletions

View File

@@ -10,7 +10,9 @@ namespace Content.Server.Construction.Components
[DataField("board", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
public string? BoardPrototype { get; private set; }
[ViewVariables]
public Container BoardContainer = default!;
[ViewVariables]
public Container PartContainer = default!;
}