Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Friends.Components;
|
||||
/// Uses FactionExceptionComponent behind the scenes
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(PettableFriendSystem))]
|
||||
public sealed class PettableFriendComponent : Component
|
||||
public sealed partial class PettableFriendComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Localized popup sent when petting for the first time
|
||||
|
||||
Reference in New Issue
Block a user