Delta-v/Content.Client/MobState/States/NormalMobState.cs

12 lines
250 B
C#

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
{
}
}