Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@ using Robust.Client.Graphics;
|
||||
namespace Content.Client.Explosion;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class ExplosionVisualsTexturesComponent : Component
|
||||
public sealed partial class ExplosionVisualsTexturesComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Uid of the client-side point light entity for this explosion.
|
||||
|
||||
Reference in New Issue
Block a user