Suit sensor and crew monitoring (#5521)

Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Alex Evgrashin
2021-12-29 08:19:00 +03:00
committed by GitHub
parent 7c88129540
commit 1705eae96c
23 changed files with 845 additions and 11 deletions

View File

@@ -57,5 +57,7 @@ namespace Content.Shared.Verbs
public static readonly VerbCategory Split =
new("verb-categories-split", null);
public static readonly VerbCategory SetSensor = new("verb-categories-set-sensor", null);
}
}