fix UpdateBankAccount (#35749)

* trolled

* fun

* fuck me
This commit is contained in:
Milon
2025-03-09 21:50:24 +01:00
committed by GitHub
parent 03a8dee379
commit 8e10ff1f08
4 changed files with 15 additions and 12 deletions

View File

@@ -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);