fish-station/Content.Shared/Charges/Components/DeleteWithoutChargesComponent.cs
2025-04-19 02:33:41 +03:00

10 lines
342 B
C#

using Content.Shared.Charges.Systems;
using Robust.Shared.GameStates;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom;
namespace Content.Shared.Charges.Components;
[RegisterComponent, NetworkedComponent, Access(typeof(SharedChargesSystem))]
public sealed partial class DeleteWithoutChargesComponent : Component
{
}