Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ using Content.Shared.Chemistry.Components;
|
||||
namespace Content.Server.Body.Components;
|
||||
|
||||
[RegisterComponent, Access(typeof(LungSystem))]
|
||||
public sealed class LungComponent : Component
|
||||
public sealed partial class LungComponent : Component
|
||||
{
|
||||
[DataField("air")]
|
||||
[Access(typeof(LungSystem), Other = AccessPermissions.ReadExecute)] // FIXME Friends
|
||||
|
||||
Reference in New Issue
Block a user