Files
OldThink/Content.Client/MobState/States/CriticalMobState.cs

9 lines
164 B
C#
Raw Normal View History

2021-06-09 22:19:39 +02:00
using Content.Shared.MobState.State;
namespace Content.Client.MobState.States
{
public sealed class CriticalMobState : SharedCriticalMobState
2021-06-09 22:19:39 +02:00
{
}
}