Files
crystall-punk-14/Content.Shared/Ninja/Components/BombingTargetComponent.cs

10 lines
236 B
C#
Raw Normal View History

namespace Content.Shared.Ninja.Components;
/// <summary>
/// Makes this warp point a valid bombing target for ninja's spider charge.
/// </summary>
[RegisterComponent]
public sealed partial class BombingTargetComponent : Component
{
}