mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
* limitedcharges stuff from emag * changes except broken * fix * the * move recharging to server, emag namespace -> charges * the * use resolve * pro webedit gaming * the * the --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
6 lines
142 B
C#
6 lines
142 B
C#
using Content.Shared.Charges.Systems;
|
|
|
|
namespace Content.Client.Charges.Systems;
|
|
|
|
public sealed class ChargesSystem : SharedChargesSystem { }
|