Adds anchor checks for containment fields (#8909)

* Adds anchor checks for containment fields

* norot

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
keronshb
2022-06-23 00:27:49 -04:00
committed by GitHub
parent f5e21e1c8d
commit 4ecac09428
4 changed files with 68 additions and 0 deletions

View File

@@ -23,5 +23,11 @@ namespace Content.Server.Singularity.Components
public Tuple<Direction, ContainmentFieldConnection>? Connection1;
public Tuple<Direction, ContainmentFieldConnection>? Connection2;
[ViewVariables]
public bool Enabled;
[ViewVariables]
public bool IsConnected;
}
}