2024-01-19 18:23:07 +11:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Cargo.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2024-08-25 22:18:42 +10:00
|
|
|
/// Can be inserted into a <see cref="CargoOrderConsoleComponent"/> to increase the station's bank account.
|
2024-01-19 18:23:07 +11:00
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
|
|
|
public sealed partial class CashComponent : Component
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|