Delta-v/Content.Shared/GameObjects/Components/Weapons/Ranged/SharedBallisticMagazineComp...

13 lines
246 B
C#

using System;
using Robust.Shared.Serialization;
namespace Content.Shared.GameObjects.Components.Weapons.Ranged
{
[Serializable, NetSerializable]
public enum BallisticMagazineVisuals
{
AmmoCapacity,
AmmoLeft,
}
}