forked from SpaceStation14-Shenanigans/Monolith
0aa4f9efbe
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
8 lines
180 B
C#
8 lines
180 B
C#
using Content.Shared.PowerCell;
|
|
using JetBrains.Annotations;
|
|
|
|
namespace Content.Client.PowerCell;
|
|
|
|
[UsedImplicitly]
|
|
public sealed class PowerCellSystem : SharedPowerCellSystem { }
|