forked from space-syndicate/space-station-14
* April Fools: Vox Box * hey, you, reader: you're awesome and I hope you know it * Webedit my beloved
11 lines
203 B
C#
11 lines
203 B
C#
using Robust.Shared.Audio;
|
|
|
|
namespace Content.Shared.Damage.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class BoxingComponent : Component
|
|
{
|
|
[DataField]
|
|
public SoundSpecifier? Sound;
|
|
}
|