Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ using Robust.Client.UserInterface;
|
||||
namespace Content.Client.Weapons.Ranged.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class AmmoCounterComponent : SharedAmmoCounterComponent
|
||||
public sealed partial class AmmoCounterComponent : SharedAmmoCounterComponent
|
||||
{
|
||||
public Control? Control;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user