Files
crystall-punk-14/Content.Client/MobState/States/NormalMobState.cs

12 lines
250 B
C#
Raw Normal View History

2021-06-09 22:19:39 +02:00
using Content.Shared.MobState;
using Content.Shared.MobState.State;
using Robust.Client.GameObjects;
using Robust.Shared.GameObjects;
2021-06-09 22:19:39 +02:00
namespace Content.Client.MobState.States
{
public class NormalMobState : SharedNormalMobState
{
}
}