Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
4721a3a16e6660db2dd3323cdb64cf7ee5caa38a
crystall-punk-14/Content.Shared/Follower/Components/FollowerComponent.cs

12 lines
244 B
C#
Raw Normal View History

Removed extra comp name attributes (#6449)
2022-02-08 00:42:49 -08:00
using Robust.Shared.Analyzers;
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>
2022-01-09 22:47:37 -07:00
using Robust.Shared.GameObjects;
namespace Content.Shared.Follower.Components;
Removed extra comp name attributes (#6449)
2022-02-08 00:42:49 -08:00
[RegisterComponent]
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>
2022-01-09 22:47:37 -07:00
[Friend(typeof(FollowerSystem))]
public class FollowerComponent : Component
{
public EntityUid Following;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 45ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API