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