Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Shared.Shuttles.Components;
|
||||
/// Handles what a grid should look like on radar.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(SharedShuttleSystem))]
|
||||
public sealed class IFFComponent : Component
|
||||
public sealed partial class IFFComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Should we show IFF by default?
|
||||
|
||||
Reference in New Issue
Block a user