Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Content.Server.Mech.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class MechAirComponent : Component
|
||||
public sealed partial class MechAirComponent : Component
|
||||
{
|
||||
//TODO: this doesn't support a tank implant for mechs or anything like that
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
|
||||
Reference in New Issue
Block a user