Files
OldThink/Content.Client/PowerCell/PowerCellSystem.cs

8 lines
180 B
C#
Raw Normal View History

using Content.Shared.PowerCell;
using JetBrains.Annotations;
namespace Content.Client.PowerCell;
[UsedImplicitly]
public sealed class PowerCellSystem : SharedPowerCellSystem { }