2022-05-13 00:59:03 -07:00
|
|
|
|
namespace Content.Server.Light.Components
|
2021-01-11 00:17:28 +01:00
|
|
|
|
{
|
|
|
|
|
|
// TODO make changes in icons when different threshold reached
|
|
|
|
|
|
// e.g. different icons for 10% 50% 100%
|
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
|
public sealed partial class MatchboxComponent : Component
|
2021-01-11 00:17:28 +01:00
|
|
|
|
{
|
|
|
|
|
|
}
|
2021-02-04 17:44:49 +01:00
|
|
|
|
}
|