Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Content.Shared.Weapons.Ranged.Components;
|
||||
|
||||
public abstract class BatteryAmmoProviderComponent : AmmoProviderComponent
|
||||
public abstract partial class BatteryAmmoProviderComponent : AmmoProviderComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// How much battery it costs to fire once.
|
||||
|
||||
Reference in New Issue
Block a user