Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -11,7 +11,7 @@ using Robust.Shared.Utility;
|
||||
namespace Content.Client.Chemistry.Visualizers
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class SolutionContainerVisualsComponent : Component
|
||||
public sealed partial class SolutionContainerVisualsComponent : Component
|
||||
{
|
||||
[DataField("maxFillLevels")]
|
||||
public int MaxFillLevels = 0;
|
||||
|
||||
Reference in New Issue
Block a user