Files
crystall-punk-14/Content.Client/SubFloor/TrayRevealedComponent.cs

11 lines
208 B
C#
Raw Permalink Normal View History

2023-03-31 14:40:38 +11:00
namespace Content.Client.SubFloor;
/// <summary>
/// Added clientside if an entity is revealed for TRay.
/// </summary>
[RegisterComponent]
public sealed partial class TrayRevealedComponent : Component
2023-03-31 14:40:38 +11:00
{
}