* 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 { }
|