Separated Bonk functionality and component from ClimbSystem and ClimbComponent (#13635)
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
using Content.Shared.Damage;
|
||||
|
||||
namespace Content.Server.Interaction.Components
|
||||
{
|
||||
/// <summary>
|
||||
/// A simple clumsy tag-component.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ClumsyComponent : Component
|
||||
{
|
||||
[DataField("clumsyDamage", required: true)]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public DamageSpecifier ClumsyDamage = default!;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user