namespace Content.Shared.SubFloor; // Don't need to network /// /// Added to anyone using to handle the vismask changes. /// [RegisterComponent] public sealed partial class TrayScannerUserComponent : Component { /// /// How many t-rays the user is currently using. /// [DataField] public int Count; }