* Add a subfloor vismask Significantly cuts down on sent entity count. * More optimisations * Fix command * Fixes * namespace cleanup * Review * Vismasks * Content update * Bandaid * awewa * Revert these * reh * Update Content.Shared/SubFloor/TrayScannerComponent.cs --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
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;
|