Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Content.Client.UserInterface.Fragments;
|
||||
/// </code>
|
||||
/// </example>
|
||||
[ImplicitDataDefinitionForInheritors]
|
||||
public abstract class UIFragment
|
||||
public abstract partial class UIFragment
|
||||
{
|
||||
public abstract Control GetUIFragmentRoot();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user