* Action charges refactor - Fixes the slight godmoding of baseactioncomponent. - Gets back 1ms of server time. * chorg * Remove FrameUpdate * Fixes * More fixes * Combine * Fixes * Updates * weh * Last fixes * weh * Fix naughty * YAML fixes * This one too * Merge conflicts * This thing * Review * Fix this as well * Icon fix * weh * Review * Review * seamless * Review
9 lines
135 B
C#
9 lines
135 B
C#
using Content.Shared.Charges.Systems;
|
|
|
|
namespace Content.Server.Charges;
|
|
|
|
public sealed class ChargesSystem : SharedChargesSystem
|
|
{
|
|
|
|
}
|