Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,4 +6,4 @@ namespace Content.Shared.Weapons.Ranged.Components;
|
||||
/// Shows an ItemStatus with the ammo of the gun. Adjusts based on what the ammoprovider is.
|
||||
/// </summary>
|
||||
[NetworkedComponent]
|
||||
public abstract class SharedAmmoCounterComponent : Component {}
|
||||
public abstract partial class SharedAmmoCounterComponent : Component {}
|
||||
|
||||
Reference in New Issue
Block a user