1
0

TrayRevealedComponent.cs 208 B

12345678910
  1. namespace Content.Client.SubFloor;
  2. /// <summary>
  3. /// Added clientside if an entity is revealed for TRay.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class TrayRevealedComponent : Component
  7. {
  8. }