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
|
|
|
|
{
|
2020-12-07 14:52:55 +01:00
|
|
|
|
public class NormalMobState : SharedNormalMobState
|
2020-08-29 13:20:37 +02:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|