9 lines
164 B
C#
9 lines
164 B
C#
using Content.Shared.MobState.State;
|
|
|
|
namespace Content.Client.MobState.States
|
|
{
|
|
public sealed class CriticalMobState : SharedCriticalMobState
|
|
{
|
|
}
|
|
}
|