mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-06-09 10:06:46 +02:00
5227489360
* predicted emps * fixes * fix * review
6 lines
147 B
C#
6 lines
147 B
C#
using Content.Shared.Power.EntitySystems;
|
|
|
|
namespace Content.Client.Power.EntitySystems;
|
|
|
|
public sealed class ChargerSystem : SharedChargerSystem;
|