Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Client.Sprite;
|
||||
/// The non-networked client-only component to track active <see cref="SpriteFadeComponent"/>
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(SpriteFadeSystem))]
|
||||
public sealed class FadingSpriteComponent : Component
|
||||
public sealed partial class FadingSpriteComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public float OriginalAlpha;
|
||||
|
||||
Reference in New Issue
Block a user