mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 03:32:07 +01:00
10 lines
259 B
C#
10 lines
259 B
C#
namespace Content.Server.Light.Components
|
|
{
|
|
// TODO make changes in icons when different threshold reached
|
|
// e.g. different icons for 10% 50% 100%
|
|
[RegisterComponent]
|
|
public sealed partial class MatchboxComponent : Component
|
|
{
|
|
}
|
|
}
|