Files
OldThink/Content.Server/Power/Components/ExaminableBatteryComponent.cs

7 lines
140 B
C#
Raw Normal View History

namespace Content.Server.Power.Components
{
[RegisterComponent]
2022-04-08 17:17:25 -04:00
public sealed class ExaminableBatteryComponent : Component
{}
}