Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Server.Singularity.Components
|
||||
/// Overrides exactly how much energy this object gives to a singularity.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class SinguloFoodComponent : Component
|
||||
public sealed partial class SinguloFoodComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("energy")]
|
||||
|
||||
Reference in New Issue
Block a user