Logic stuff (#318)

* Logic stuff

* Update logic gate appearance on init

* Add components

* Move port

* Fix
This commit is contained in:
Aviu00
2023-08-18 09:18:07 +03:00
committed by Aviu00
parent 11cd6c7ac4
commit 7b9a36e4b6
6 changed files with 32 additions and 1 deletions

View File

@@ -63,6 +63,9 @@ namespace Content.Server.Light.Components
[DataField("togglePort", customTypeSerializer: typeof(PrototypeIdSerializer<SinkPortPrototype>))]
public string TogglePort = "Toggle";
[DataField("statusPort", customTypeSerializer: typeof(PrototypeIdSerializer<SourcePortPrototype>))]
public string StatusPort = "LightStatus";
/// <summary>
/// How long it takes to eject a bulb from this
/// </summary>