Add IgnoreKudzu for Diona (#18916)
This commit is contained in:
11
Content.Shared/Movement/Components/IgnoreKudzuComponent.cs
Normal file
11
Content.Shared/Movement/Components/IgnoreKudzuComponent.cs
Normal 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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user