Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Server.Stunnable.Components
|
||||
/// Adds stun when it collides with an entity
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(StunOnCollideSystem))]
|
||||
public sealed class StunOnCollideComponent : Component
|
||||
public sealed partial class StunOnCollideComponent : Component
|
||||
{
|
||||
// TODO: Can probably predict this.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user