12 lines
257 B
C#
12 lines
257 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 sealed class NormalMobState : SharedNormalMobState
|
|
{
|
|
}
|
|
}
|