Use automatic component registration.
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Content.Server.GameObjects.Components
|
||||
/// <summary>
|
||||
/// Literally just a marker component for footsteps for now.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class CatwalkComponent : Component
|
||||
{
|
||||
public override string Name => "Catwalk";
|
||||
|
||||
Reference in New Issue
Block a user