Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,6 +6,6 @@ namespace Content.Shared.StepTrigger.Components;
|
||||
/// This is used for cancelling step trigger events if the user is wearing shoes, such as for glass shards.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class ShoesRequiredStepTriggerComponent : Component
|
||||
public sealed partial class ShoesRequiredStepTriggerComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user