mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-21 15:38:52 +03:00
7 lines
174 B
C#
7 lines
174 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared.Weapons.Ranged.Components;
|
|
|
|
[NetworkedComponent]
|
|
public abstract partial class AmmoProviderComponent : Component {}
|