Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: Kara <lunarautomaton6@gmail.com>
8 lines
145 B
C#
8 lines
145 B
C#
namespace Content.Server.Atmos.Monitor.Components
|
|
{
|
|
[RegisterComponent]
|
|
public sealed class FireAlarmComponent : Component
|
|
{
|
|
}
|
|
}
|