Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.Storage.Components
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(SharedStorageComponent))]
|
||||
public sealed class ServerStorageComponent : SharedStorageComponent
|
||||
public sealed partial class ServerStorageComponent : SharedStorageComponent
|
||||
{
|
||||
public string LoggerName = "Storage";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user