Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Content.Server.Explosion.Components;
|
||||
/// </remarks>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(ExplosionSystem))]
|
||||
public sealed class ExplosionResistanceComponent : Component
|
||||
public sealed partial class ExplosionResistanceComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The explosive resistance coefficient, This fraction is multiplied into the total resistance.
|
||||
|
||||
Reference in New Issue
Block a user