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