перенос файлов сервера из папки White в _White
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Content.Shared.Damage;
|
||||
|
||||
namespace Content.Server._White.Crossbow;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class ThrowDamageModifierComponent : Component
|
||||
{
|
||||
public DamageSpecifier Damage = new();
|
||||
|
||||
public bool AddEmbedding;
|
||||
|
||||
public bool ClearDamageOnRemove;
|
||||
}
|
||||
Reference in New Issue
Block a user