make SpawnItemsOnUseComponent not require sound field (#19583)
* Update SpawnItemsOnUseComponent.cs * Update Content.Server/Storage/Components/SpawnItemsOnUseComponent.cs Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Content.Server.Storage.Components
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// A sound to play when the items are spawned. For example, gift boxes being unwrapped.
|
/// A sound to play when the items are spawned. For example, gift boxes being unwrapped.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField("sound", required: true)]
|
[DataField("sound")]
|
||||||
public SoundSpecifier? Sound = null;
|
public SoundSpecifier? Sound = null;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user