Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,6 +7,6 @@ namespace Content.Client.Shuttles;
|
||||
/// Managed by <see cref="ThrusterSystem"/>
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(ThrusterSystem))]
|
||||
public sealed class ThrusterComponent : Component
|
||||
public sealed partial class ThrusterComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user