mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:10:55 +01:00
5 lines
118 B
C#
5 lines
118 B
C#
namespace Content.Client.PowerCell;
|
|
|
|
[RegisterComponent]
|
|
public sealed class PowerCellVisualsComponent : Component {}
|