Files
wwdpublic/Content.Server/_White/Throwing/ThrowingItemModifierComponent.cs
Spatison 1336e04d64 [Port] Hardlight Spear / Световое Копье (#77)
* add: hardlight spear

* fix: spear1

* Update implanters.yml
2024-10-23 17:20:53 +07:00

9 lines
197 B
C#

namespace Content.Server._White.Throwing;
[RegisterComponent]
public sealed partial class ThrowingItemModifierComponent : Component
{
[DataField]
public float ThrowingMultiplier = 2.0f;
}