Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,6 +7,6 @@ namespace Content.Shared.Traits.Assorted;
|
||||
/// Used for Wheelchair bound trait.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(LegsParalyzedSystem))]
|
||||
public sealed class LegsParalyzedComponent : Component
|
||||
public sealed partial class LegsParalyzedComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user