Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ using Content.Shared.Whitelist;
|
||||
namespace Content.Server.Body.Components
|
||||
{
|
||||
[RegisterComponent, Access(typeof(StomachSystem), typeof(FoodSystem))]
|
||||
public sealed class StomachComponent : Component
|
||||
public sealed partial class StomachComponent : Component
|
||||
{
|
||||
public float AccumulatedFrameTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user