]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Move BrainSystem and necessary components to Shared (#40499)
authorKyle Tyo <36606155+VerinSenpai@users.noreply.github.com>
Tue, 7 Oct 2025 13:10:21 +0000 (09:10 -0400)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 13:10:21 +0000 (13:10 +0000)
commit1d827754c9776080f9fa9060cd9724e10226bd8c
tree133409a291809d75f4665165313cabef7090afd7
parent984d28232b815c99c23f01950650e219cb814199
Move BrainSystem and necessary components to Shared (#40499)

* 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>
Content.Server/Body/Components/BrainComponent.cs [deleted file]
Content.Server/Ghost/Components/GhostOnMoveComponent.cs [deleted file]
Content.Shared/Body/Components/BrainComponent.cs [new file with mode: 0644]
Content.Shared/Body/Systems/BrainSystem.cs [moved from Content.Server/Body/Systems/BrainSystem.cs with 92% similarity]
Content.Shared/Ghost/GhostOnMoveComponent.cs [new file with mode: 0644]