11 lines
273 B
C#
11 lines
273 B
C#
namespace Content.Server.Administration.Components;
|
|
|
|
/// <summary>
|
|
/// This is used for the admin map-wide/station-wide/grid-wide infinite power trick.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class StationInfiniteBatteryTargetComponent : Component
|
|
{
|
|
|
|
}
|