Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/// Causes pointing arrows to go mode and murder this entity.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class PointingArrowAngeringComponent : Component
|
||||
public sealed partial class PointingArrowAngeringComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("remainingAnger")]
|
||||
|
||||
Reference in New Issue
Block a user