using System.Collections.Generic; using System.Collections.Immutable; using JetBrains.Annotations; using Robust.Shared.GameObjects; namespace Content.Shared.Damage { [UsedImplicitly] public class DamageSystem : EntitySystem { } }