AtmosExposedComponent.cs 283 B

1234567891011
  1. namespace Content.Server.Atmos.Components
  2. {
  3. // not if i get there first - Flipp
  4. /// <summary>
  5. /// Represents that entity can be exposed to Atmos
  6. /// </summary>
  7. [RegisterComponent]
  8. public sealed partial class AtmosExposedComponent : Component
  9. {
  10. }
  11. }