Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Shared.Rotatable
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class RotatableComponent : Component
|
||||
public sealed partial class RotatableComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// If true, this entity can be rotated even while anchored.
|
||||
|
||||
Reference in New Issue
Block a user