fish-station/Content.Server/Disposal/Unit/Components/ActiveDisposalUnitComponent.cs
metalgearsloth 8415f08560
Update disposals code standards (#11076)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
2022-09-10 23:50:59 -07:00

7 lines
137 B
C#

namespace Content.Server.Disposal.Unit.Components;
[RegisterComponent]
public sealed class ActiveDisposalUnitComponent : Component
{
}