Follow verb for ghosts (#6016)
* Follow verb for ghosts * oop * Use parenting instead * Update Content.Shared/Follower/FollowerSystem.cs Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> * mfw * parent fixes * figs * oop * porbis Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
This commit is contained in:
11
Content.Shared/Follower/Components/FollowerComponent.cs
Normal file
11
Content.Shared/Follower/Components/FollowerComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Robust.Shared.Analyzers;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Follower.Components;
|
||||
|
||||
[RegisterComponent, ComponentProtoName("Follower")]
|
||||
[Friend(typeof(FollowerSystem))]
|
||||
public class FollowerComponent : Component
|
||||
{
|
||||
public EntityUid Following;
|
||||
}
|
||||
Reference in New Issue
Block a user