Add IgnoreKudzu for Diona (#18916)

This commit is contained in:
Vordenburg
2023-08-09 11:24:41 -04:00
committed by GitHub
parent 383c284b02
commit c4067df165
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
using Robust.Shared.GameStates;
namespace Content.Shared.Movement.Components;
/// <summary>
/// Special component to allow an entity to navigate kudzu without slowdown.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed class IgnoreKudzuComponent : Component
{
}