9 lines
185 B
C#
9 lines
185 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Server.Weapon.Ranged.Ammunition.Components
|
|
{
|
|
public sealed partial class AmmoComponentData : ISerializationHooks
|
|
{
|
|
}
|
|
}
|