@@ -1,4 +1,3 @@
|
||||
using Content.Shared.Cargo;
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Cargo.Components;
|
||||
@@ -23,4 +22,4 @@ public sealed partial class BankClientComponent : Component
|
||||
/// Raised on an entity with <see cref="BankClientComponent"/> when the bank's balance is updated.
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public record struct BankBalanceUpdatedEvent(EntityUid Station, int Balance);
|
||||
public readonly record struct BankBalanceUpdatedEvent(EntityUid Station, int Balance);
|
||||
|
||||
Reference in New Issue
Block a user