Add ability to put spesos into cargo console (#24263)
I thought we had it already but maybe it was an unfinished pr or something.
This commit is contained in:
12
Content.Shared/Cargo/Components/CashComponent.cs
Normal file
12
Content.Shared/Cargo/Components/CashComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Cargo.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Can be inserted into a <see cref="Content.Server.Cargo.Components.CargoOrderConsoleComponent"/> to increase the station's bank account.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class CashComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user