Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Server.Climbing.Components;
|
||||
/// not very generalized with regards to naming.
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(ClimbSystem))]
|
||||
public sealed class GlassTableComponent : Component
|
||||
public sealed partial class GlassTableComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// How much damage should be given to the climber?
|
||||
|
||||
Reference in New Issue
Block a user