Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Client.Chemistry.Visualizers;
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(VaporVisualizerSystem))]
|
||||
public sealed class VaporVisualsComponent : Component
|
||||
public sealed partial class VaporVisualsComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The id of the animation played when the vapor spawns in.
|
||||
|
||||
Reference in New Issue
Block a user