using Content.Shared.MobState; using Content.Shared.MobState.State; using Robust.Client.GameObjects; using Robust.Shared.GameObjects; namespace Content.Client.MobState.States { public class NormalMobState : SharedNormalMobState { } }