11 lines
265 B
C#
11 lines
265 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 class StationInfiniteBatteryTargetComponent : Component
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|