Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Server.Store.Components;
|
||||
/// to increase its balance.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class CurrencyComponent : Component
|
||||
public sealed partial class CurrencyComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The value of the currency.
|
||||
|
||||
Reference in New Issue
Block a user