6
StarHorizon_Public/Content.Shared/Weapons/Ranged/Components/ClothingSlotAmmoProviderComponent.cs
2026-01-24 12:49:55 +03:00

12 lines
408 B
C#

using Content.Shared.Weapons.Ranged.Systems;
using Robust.Shared.GameStates;
namespace Content.Shared.Weapons.Ranged.Components;
/// <summary>
/// This is used for relaying ammo events
/// to an entity in the user's clothing slot.
/// </summary>
[RegisterComponent, NetworkedComponent, Access(typeof(SharedGunSystem))]
public sealed partial class ClothingSlotAmmoProviderComponent : AmmoProviderComponent;