2021-06-09 22:19:39 +02:00
|
|
|
|
using Content.Shared.MobState;
|
|
|
|
|
|
using Content.Shared.MobState.State;
|
2020-08-29 13:20:37 +02:00
|
|
|
|
using Robust.Client.GameObjects;
|
2021-02-11 01:13:03 -08:00
|
|
|
|
using Robust.Shared.GameObjects;
|
2020-08-29 13:20:37 +02:00
|
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
|
namespace Content.Client.MobState.States
|
2020-08-29 13:20:37 +02:00
|
|
|
|
{
|
2022-02-16 00:23:23 -07:00
|
|
|
|
public sealed class NormalMobState : SharedNormalMobState
|
2020-08-29 13:20:37 +02:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|