Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Shared.Radiation.Components;
|
||||
/// Irradiate all objects in range.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class RadiationSourceComponent : Component
|
||||
public sealed partial class RadiationSourceComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Radiation intensity in center of the source in rads per second.
|
||||
|
||||
Reference in New Issue
Block a user