Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Atmos.Components;
|
||||
/// Component that defines the default GasMixture for a map.
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(SharedAtmosphereSystem))]
|
||||
public sealed class MapAtmosphereComponent : SharedMapAtmosphereComponent
|
||||
public sealed partial class MapAtmosphereComponent : SharedMapAtmosphereComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// The default GasMixture a map will have. Space mixture by default.
|
||||
|
||||
Reference in New Issue
Block a user