Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Server.Gatherable.Components;
|
||||
/// Destroys a gatherable entity when colliding with it.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class GatheringProjectileComponent : Component
|
||||
public sealed partial class GatheringProjectileComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// How many more times we can gather.
|
||||
|
||||
Reference in New Issue
Block a user