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