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

9 lines
157 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 class CriticalMobState : SharedCriticalMobState
{
}
}