Files
tbd-station-14/Content.Server/Light/Components/MatchboxComponent.cs
2022-02-02 14:35:40 +11:00

15 lines
372 B
C#

using System.Threading.Tasks;
using Content.Shared.Interaction;
using Content.Shared.Smoking;
using Robust.Shared.GameObjects;
namespace Content.Server.Light.Components
{
// TODO make changes in icons when different threshold reached
// e.g. different icons for 10% 50% 100%
[RegisterComponent]
public class MatchboxComponent : Component
{
}
}