1
0

MatchboxComponent.cs 259 B

123456789
  1. namespace Content.Server.Light.Components
  2. {
  3. // TODO make changes in icons when different threshold reached
  4. // e.g. different icons for 10% 50% 100%
  5. [RegisterComponent]
  6. public sealed partial class MatchboxComponent : Component
  7. {
  8. }
  9. }