9 lines
268 B
C#
9 lines
268 B
C#
|
|
namespace Content.Shared.SubFloor;
|
||
|
|
|
||
|
|
// Don't need to network
|
||
|
|
/// <summary>
|
||
|
|
/// Added to anyone using <see cref="TrayScannerComponent"/> to handle the vismask changes.
|
||
|
|
/// </summary>
|
||
|
|
[RegisterComponent]
|
||
|
|
public sealed partial class TrayScannerUserComponent : Component;
|