Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Shared.Physics;
|
||||
/// Use this to allow a specific UID to prevent collides
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class PreventCollideComponent : Component
|
||||
public sealed partial class PreventCollideComponent : Component
|
||||
{
|
||||
public EntityUid Uid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user