Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Client.Guidebook.Components;
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(GuidebookSystem))]
|
||||
public sealed class GuideHelpComponent : Component
|
||||
public sealed partial class GuideHelpComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// What guides to include show when opening the guidebook. The first entry will be used to select the currently
|
||||
|
||||
Reference in New Issue
Block a user