Re-organize all projects (#4166)
This commit is contained in:
13
Content.Client/MobState/MobStateComponent.cs
Normal file
13
Content.Client/MobState/MobStateComponent.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Content.Shared.MobState;
|
||||
using Content.Shared.MobState.State;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Client.MobState
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(SharedMobStateComponent))]
|
||||
[ComponentReference(typeof(IMobStateComponent))]
|
||||
public class MobStateComponent : SharedMobStateComponent
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user