Files
crystall-punk-14/Content.Client/GameObjects/Components/Mobs/State/CriticalMobState.cs

9 lines
194 B
C#
Raw Normal View History

using Content.Shared.GameObjects.Components.Mobs.State;
namespace Content.Client.GameObjects.Components.Mobs.State
{
public class CriticalMobState : SharedCriticalMobState
{
}
}