Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Shared.Research.Components
|
||||
/// This is an entity that is able to connect to a <see cref="ResearchServerComponent"/>
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ResearchClientComponent : Component
|
||||
public sealed partial class ResearchClientComponent : Component
|
||||
{
|
||||
public bool ConnectedToServer => Server != null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user