Delta-v/Content.Client/Damage/DestructibleSystem.cs

9 lines
141 B
C#

using Content.Shared.Destructible;
namespace Content.Client.Damage;
public sealed class DestructibleSystem : SharedDestructibleSystem
{
}