6
StarHorizon_Public/Content.Client/SubFloor/TrayRevealedComponent.cs
2025-08-05 10:00:54 +03:00

11 lines
208 B
C#

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