Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy
|
||||
namespace Content.Server.RatKing
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class RatKingComponent : Component
|
||||
public sealed partial class RatKingComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The action for the Raise Army ability
|
||||
|
||||
@@ -87,12 +87,12 @@ namespace Content.Server.RatKing
|
||||
}
|
||||
}
|
||||
|
||||
public sealed class RatKingRaiseArmyActionEvent : InstantActionEvent
|
||||
public sealed partial class RatKingRaiseArmyActionEvent : InstantActionEvent
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public sealed class RatKingDomainActionEvent : InstantActionEvent
|
||||
public sealed partial class RatKingDomainActionEvent : InstantActionEvent
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user