fish-station/Content.Shared/_Sunrise/Boss/Components/ApplyAngularVelocityComponent.cs
pacable 8f2445ea94
Адское Отродье - Босс для утилей (#1525)
Signed-off-by: pacable <igor.mamaev1@gmail.com>
2025-03-10 02:33:48 +03:00

11 lines
255 B
C#

namespace Content.Shared._Sunrise.Boss.Components;
/// <summary>
/// This is used for...
/// </summary>
[RegisterComponent]
public sealed partial class ApplyAngularVelocityComponent : Component
{
[DataField("impulse")]
public float Impulse;
}