mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 00:54:51 +01:00
7 lines
148 B
C#
7 lines
148 B
C#
namespace Content.Server.Power.Components
|
|
{
|
|
[RegisterComponent]
|
|
public sealed partial class ExaminableBatteryComponent : Component
|
|
{}
|
|
}
|