9 lines
194 B
C#
9 lines
194 B
C#
|
|
using Content.Shared.GameObjects.Components.Mobs.State;
|
|||
|
|
|
|||
|
|
namespace Content.Client.GameObjects.Components.Mobs.State
|
|||
|
|
{
|
|||
|
|
public class CriticalMobState : SharedCriticalMobState
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|