* yowza * Update Content.Shared/Body/Systems/BrainSystem.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Content.Shared/Ghost/GhostOnMoveComponent.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update BrainSystem.cs * Update Content.Shared/Body/Systems/BrainSystem.cs * Update Content.Shared/Body/Systems/BrainSystem.cs * Update Content.Shared/Body/Systems/BrainSystem.cs --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
7 lines
187 B
C#
7 lines
187 B
C#
using Content.Shared.Body.Systems;
|
|
|
|
namespace Content.Shared.Body.Components;
|
|
|
|
[RegisterComponent, Access(typeof(BrainSystem))]
|
|
public sealed partial class BrainComponent : Component;
|