Removed Catwalk. Replaced with FootstepModifierComponent (#2496)

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
Ygg01
2020-11-22 15:02:39 +01:00
committed by GitHub
parent 3f2512851f
commit 8a19052394
4 changed files with 12 additions and 29 deletions

View File

@@ -1,13 +0,0 @@
using Robust.Shared.GameObjects;
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";
}
}