Power Cell Refactor (#5943)
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
This commit is contained in:
7
Content.Client/PowerCell/PowerCellSystem.cs
Normal file
7
Content.Client/PowerCell/PowerCellSystem.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Content.Shared.PowerCell;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Content.Client.PowerCell;
|
||||
|
||||
[UsedImplicitly]
|
||||
public sealed class PowerCellSystem : SharedPowerCellSystem { }
|
||||
Reference in New Issue
Block a user