11 lines
231 B
C#
11 lines
231 B
C#
|
|
using Robust.Shared.Audio;
|
|||
|
|
|
|||
|
|
namespace Content.Server._CP14.PersonalSignature;
|
|||
|
|
|
|||
|
|
[RegisterComponent]
|
|||
|
|
public sealed partial class CP14PersonalSignatureComponent : Component
|
|||
|
|
{
|
|||
|
|
[DataField]
|
|||
|
|
public SoundSpecifier? SignSound;
|
|||
|
|
}
|