Skip to content

Commit

Permalink
Update VendPriceComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 authored Aug 19, 2023
1 parent b7f496e commit f431b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/_NF/Cargo/Components/VendPriceComponent.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Content.Shared._NF.Cargo.Components;

/// <summary>
/// This is used for setting a static, unchanging price for buying an object.
/// This is used for setting a static, unchanging price for buying an object from a vending machine.
/// </summary>
[RegisterComponent]
public sealed class VendPriceComponent : Component
Expand Down

0 comments on commit f431b15

Please sign in to comment.