Files
wwdpublic/Content.Shared/_Shitmed/StatusEffects/ScramEffectComponent.cs
2025-04-20 11:15:45 +07:00

10 lines
265 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._Shitmed.StatusEffects;
/// <summary>
/// Randomly teleports the entity to a random location.
/// </summary>
[RegisterComponent]
public sealed partial class ScrambleLocationEffectComponent : Component;