Files
tbd-station-14/Content.Client/SubFloor/TrayRevealedComponent.cs
2023-03-31 14:40:38 +11:00

11 lines
200 B
C#

namespace Content.Client.SubFloor;
/// <summary>
/// Added clientside if an entity is revealed for TRay.
/// </summary>
[RegisterComponent]
public sealed class TrayRevealedComponent : Component
{
}