Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Shared.Doors.Components
|
||||
/// retaining pressure..
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class FirelockComponent : Component
|
||||
public sealed partial class FirelockComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Pry time modifier to be used when the firelock is currently closed due to fire or pressure.
|
||||
|
||||
Reference in New Issue
Block a user