Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Server.Xenoarchaeology.XenoArtifacts.Triggers.Components;
|
||||
/// Activates artifact when it surrounded by certain gas.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ArtifactGasTriggerComponent : Component
|
||||
public sealed partial class ArtifactGasTriggerComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// List of possible activation gases to pick on startup.
|
||||
|
||||
Reference in New Issue
Block a user